Hi, im using TEMPLATE: 9-verb MI-style, i have a hootspot área, and i want click in it, and the character walk to it and then change the room, but if i click to another place, the character walk to it and cancel changing room, but when i try it with:
if (UsedAction(eMA_WalkTo)){player.ChangeRoom(5, 302, 141);}
the character no walk, and change the room immediately…
i dont know if there is another way to do this…
Thanks.
if (UsedAction(eMA_WalkTo)){player.ChangeRoom(5, 302, 141);}
the character no walk, and change the room immediately…
i dont know if there is another way to do this…
Thanks.