10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
|
void main()
|
||
|
{
|
||
|
DelayCommand(10.0, ActionCloseDoor(OBJECT_SELF));
|
||
|
DelayCommand(10.0, SetLocked (OBJECT_SELF,TRUE));
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|