PoA_PRC8/_module/nss/closedoor.nss

12 lines
279 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
////closing doors / locking
//:://////////////////////////////////////////////
//:: Created By: JEC
//:: Created On: 17-JUL-2002
//:://////////////////////////////////////////////
void main()
{
object oDoor = OBJECT_SELF;
DelayCommand( 10.0, ActionCloseDoor(oDoor) );
}