10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ActionCloseDoor(OBJECT_SELF);
|
||
|
object oTarget;
|
||
|
oTarget = OBJECT_SELF;
|
||
|
|
||
|
SetLocked(oTarget, TRUE);
|
||
|
|
||
|
}
|