UW2_PRC8/_module/nss/shopdoor.nss

12 lines
278 B
Plaintext
Raw Permalink Normal View History

2023-09-25 20:24:01 -04:00
////closing doors / locking
//:://////////////////////////////////////////////
//:: Created By: JEC
//:: Created On: 17-JUL-2002
//:://////////////////////////////////////////////
void main()
{
object oDoor = OBJECT_SELF;
DelayCommand( 6.0, ActionCloseDoor(oDoor) );
}