Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
7
nwn_dark_sun/wp_arrive.nss
Normal file
7
nwn_dark_sun/wp_arrive.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
object oDest = GetObjectByTag("wp_arrive_02");
|
||||
AssignCommand(oPC, JumpToObject(oDest));
|
||||
|
||||
}
|
Reference in New Issue
Block a user