PWE_PRC8/_module/nss/chkbounty_ss.nss

23 lines
538 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName inancientmap
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/18/2002 12:13:46 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
//Player has Skeleton Skull
if (GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(),"SkeletonSkull")))
{
return TRUE;
}
else
{
return FALSE;
}
}