Hi,
I have a room which changes alot when I'm doing some action in it, so I craeted alternate room for the room when presents the other situation.
When I'm doing the action in the room, I'm perfroming ChangeRoomAutoPosition to my player, but since I have 3 players, I want to change the room of the other players also - when they are in this room, like this for example:
Code: ags
but AGS report an error : "run this command since the is a NewRoom command already quested to run".
Help will be appreciated !
I have a room which changes alot when I'm doing some action in it, so I craeted alternate room for the room when presents the other situation.
When I'm doing the action in the room, I'm perfroming ChangeRoomAutoPosition to my player, but since I have 3 players, I want to change the room of the other players also - when they are in this room, like this for example:
player.ChangeRoomAutoPosition(3);
cPlayer2.SetAsPlayer();
player.ChangeRoomAutoPosition(3);
but AGS report an error : "run this command since the is a NewRoom command already quested to run".
Help will be appreciated !
