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