Initial Upload
Initial Upload
This commit is contained in:
5
_module/nss/on_close.nss
Normal file
5
_module/nss/on_close.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
void main()
|
||||
{
|
||||
object oTarget = OBJECT_SELF;
|
||||
DelayCommand(0.5,AssignCommand(oTarget, ActionOpenDoor(oTarget)));
|
||||
}
|
Reference in New Issue
Block a user