Ok, in my game, I have a part where you click on a door, and a dialog pops up that lets you choose from a dialog tree to which place you'd like to go to. It works fine, but the problem is, you can't designate the coordinates of where you want the character to go.
What do I use to make the character go where I want them too when they enter the room?
You mean you want them to instantly appear at specific coordinates in the new room? If that's the case, just use NewRoomEx instead of NewRoom.
~Wolfgang
But can you use NewRoomEx in a dialog?
You can use the "run-script x" command in a dialogue, which allows you to run a global script. In that global script you can use any scripting command you normally could, including NewRoomEx.