PWE_PRC8/_module/nss/tomarcheckgold.nss

17 lines
445 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName tomarcheckgold
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/18/2002 8:14:49 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetGold(GetPCSpeaker()) > 29))
return FALSE;
return TRUE;
}