9 lines
90 B
Plaintext
9 lines
90 B
Plaintext
void main()
|
|
{
|
|
|
|
object oNPC = OBJECT_SELF;
|
|
|
|
AssignCommand(oNPC, ActionCloseDoor(oNPC));
|
|
|
|
}
|