Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
8
nwn_dark_sun/ds_crimsonbounce.nss
Normal file
8
nwn_dark_sun/ds_crimsonbounce.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
int nEntryPoint = d8();
|
||||
string sPoint = "Crimson" + IntToString(nEntryPoint);
|
||||
|
||||
object oPC = GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR,PLAYER_CHAR_IS_PC);
|
||||
AssignCommand(oPC,ActionJumpToLocation(GetLocation(GetObjectByTag(sPoint))));
|
||||
}
|
Reference in New Issue
Block a user