For some reason, I can change the room from room 1 to room 2 using hotspots and this code:
Code: ags
But I cannot seem to get back:
Code: ags
What am I doing wrong?
player.ChangeRoom(2, 31, 132);
But I cannot seem to get back:
player.ChangeRoom(1, 289, 136);
What am I doing wrong?