Placing an NPC into a room midgame.

Started by ian80, Sat 24/01/2004 22:27:00

Previous topic - Next topic

ian80

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.

Scorpiorus

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


SMF spam blocked by CleanTalk