Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
10
nwn_dark_sun/door_userd.nss
Normal file
10
nwn_dark_sun/door_userd.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
//Closes door if it is open
|
||||
void main()
|
||||
{
|
||||
int iEvent = GetUserDefinedEventNumber();
|
||||
if(iEvent == 9006)
|
||||
{
|
||||
DelayCommand(1.5,ActionCloseDoor(OBJECT_SELF));
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user