Help with moving the player.
Shotgunguy
12 Jun 2012, 08:27Is there any way I could move the player character to a room, without having them have to move in a direction?
I want the player to fall into a trap and end up in a different room.

I want the player to fall into a trap and end up in a different room.

Pertex
12 Jun 2012, 08:46You can do this by script.
Choose in the gui
Move [object] [player] to [object] [destinationroom
Choose in the gui
Move [object] [player] to [object] [destinationroom
Shotgunguy
13 Jun 2012, 10:00THANKS! This helps a lot, now I can start working on my game again.