Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
14
nwn_dark_sun/ds_jumptointro.nss
Normal file
14
nwn_dark_sun/ds_jumptointro.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
object oPlayer = GetEnteringObject();
|
||||
if (GetIsPC(oPlayer))
|
||||
{
|
||||
if (GetHitDice(oPlayer) ==3)
|
||||
{
|
||||
if (!GetIsDM(oPlayer))
|
||||
{
|
||||
AssignCommand(oPlayer, ActionJumpToObject(GetWaypointByTag("cut01way_enter")));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user