6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
void main()
|
|
{
|
|
object oTarget = OBJECT_SELF;
|
|
DelayCommand(0.5,AssignCommand(oTarget, ActionOpenDoor(oTarget)));
|
|
}
|