Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
8
nwn_dark_sun/closekalak.nss
Normal file
8
nwn_dark_sun/closekalak.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
AssignCommand(GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR, PLAYER_CHAR_IS_PC),ActionJumpToLocation(GetLocation(GetObjectByTag("THEWEB"))));
|
||||
DelayCommand(10.0,SetLocked(GetObjectByTag("KalaksStatue"),TRUE));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user