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