Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
8
nwn_dark_sun/kt_hastask.nss
Normal file
8
nwn_dark_sun/kt_hastask.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR, PLAYER_CHAR_IS_PC);
|
||||
if(GetLocalInt(oPC, "DELIVERY_TASK_FLAG") == 1 || GetLocalInt(oPC, "KILL_TASK_FLAG") == 1)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user