Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
14
nwn_dark_sun/areatrans_despaw.nss
Normal file
14
nwn_dark_sun/areatrans_despaw.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
object oClicker = GetClickingObject();
|
||||
|
||||
if (!GetIsPC(oClicker))
|
||||
DestroyObject(oClicker);
|
||||
|
||||
object oTarget = GetTransitionTarget(OBJECT_SELF);
|
||||
location lLoc = GetLocation(oTarget);
|
||||
|
||||
|
||||
|
||||
AssignCommand(oClicker,JumpToLocation(lLoc));
|
||||
}
|
Reference in New Issue
Block a user