Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
11
nwn_dark_sun/ds_barrier4.nss
Normal file
11
nwn_dark_sun/ds_barrier4.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
object oItemToTake;
|
||||
oItemToTake = GetItemPossessedBy(oPC, "clockworkamul001");
|
||||
if (GetIsObjectValid(oItemToTake))
|
||||
{
|
||||
FloatingTextStringOnCreature("The Clockwork Amulet glows softly.", oPC, FALSE);
|
||||
AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetObjectByTag("WP_Barrier4"))));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user