Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
11
nwn_dark_sun/at_atcromisludg.nss
Normal file
11
nwn_dark_sun/at_atcromisludg.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
if(GetIsPC(GetEnteringObject()) &&
|
||||
GetLocalInt(GetEnteringObject(),"NW_JOURNAL_ENTRY" + "jt_thecircle") == 6)
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
object oWayPoint = GetWaypointByTag("WP_CROMISLUDG");
|
||||
location lLoc = GetLocation(oWayPoint);
|
||||
AssignCommand(oPC,JumpToLocation(lLoc));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user