My character does not move around after a room change.
Here is the script
function room_LeaveBottom()
{
cEgo.ChangeRoom(2, 157, 152);
}
How do I make my character move when it's in the other room?
Did you draw a walkable area?
Can I ask how do I draw one? The first room is all blue, but the second one is all not blue.
The tutorial should cover this nicely.
Indeed it does.