Hi again. I'm just full of questions today...
I want to place a character into a room after a certain event occurs. However, I can't find the script code for adding a new character to a room.
There is no script function but a special global variable named character[...].room:
character[MAN].room = 7;
will place the character MAN to the room number 7
Thanks again.