Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
7
nwn_dark_sun/ds_dreamone.nss
Normal file
7
nwn_dark_sun/ds_dreamone.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPlayer = GetLastUsedBy();
|
||||
|
||||
AssignCommand(oPlayer, ClearAllActions());
|
||||
AssignCommand(oPlayer, ActionJumpToObject(GetWaypointByTag("cut02way_enter")));
|
||||
}
|
Reference in New Issue
Block a user