Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sorry for bothering again, this is the script I used for teleporting the avatar, when he gets out of the "last room"

{if {lt {item-count eye} 1}} hmmm... {else} {move-avatar [first] [2] [2]} {/if}

Except it teleports the avatar to the room next to it, instead of the room called "first". I know I'm doing smth wrong here...

(+2)

Try removing the square brackets - those aren't meant to be included, they just indicate where you need to replace stuff with your own text: {move-avatar first 2 2}

Thank you so much for your reply... again:D