7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
|
/// Lock door on close
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetLocked(OBJECT_SELF,TRUE);
|
||
|
}
|