PWE_PRC8/_module/nss/chekgoldbeg.nss

17 lines
442 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName chekgoldbeg
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/20/2002 10:32:27 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetGold(GetPCSpeaker()) > 0))
return FALSE;
return TRUE;
}