PoA_PRC8/_module/nss/forge_chkpockets.nss
Jaysyn904 80d4b7c4d6 Added Skullkeep Mystic Forge / Combine system
Added Skullkeep Mystic Forge / Combine system., modified to use a single forge and combine for all item types.  Added new Magesmith shop & NPC in Town of Ascension.  Full compile.  Updated release archive.
2024-11-10 20:06:52 -05:00

15 lines
449 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}