Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Advanced Script with text:

{dec-var hp 1}
You get hurt.{b}
Your life is {var hp}!{b}
{if {lte {var hp} 0}}
You're dead!
{move-avatar start 3 3}
{/if}