int StartingConditional() { object oPC=GetPCSpeaker(); if (GetGold(oPC)>=GetLocalInt(oPC,"nDuesOwed")) return TRUE; return FALSE; }