7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
|
void main()
|
||
|
{
|
||
|
//SpeakString("The door is shut!", TALKVOLUME_SHOUT);
|
||
|
//ActionLockObject(OBJECT_SELF);
|
||
|
SetLocked(OBJECT_SELF, TRUE);
|
||
|
}
|