Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Mr_dododo

4
Posts
3
Topics
2
Following
A member registered 61 days ago

Recent community posts

I get this game might be very realistic with the sneak options but you can't just make a sneak tutorial that's impossible to complete! I can't even see the rest of the tutorial now... Regardless if you just skip the tutorial, this game is fun.

I'm using stairs to try to do multiple floors but since it's tile based rendering, all the floor tiles are invisible but still have collision. I'm not using a cubemap and I'm wondering if that would fix the problem.

It worked! Thank you.

I was trying to test out a mechanic that checks how much armour you have for a specific area and it just never works at all.


the script in question


player check armour $global.armour

if $global.armour == 0 {

player speed 200

} else {

player speed 120

}


I really can't figure out what's wrong, it just doesn't register the fact I have 100 armour at all