PoA_PRC8/_module/nss/forge_chkpockets.nss

15 lines
449 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName forge_chkpockets
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/19/2006 1:12:53 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
if((GetLocalInt(OBJECT_SELF, "ItemCost")) <= GetGold(GetPCSpeaker()))
return FALSE;
return TRUE;
}