7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
void main()
|
|
{
|
|
object oTarget = OBJECT_SELF;
|
|
DelayCommand(0.5,AssignCommand(oTarget, ActionCloseDoor(oTarget)));
|
|
|
|
}
|