My character does not move around after a room change.
Here is the script
Code: ags
How do I make my character move when it's in the other room?
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?