//Allow Equipment Helper to give free gold int StartingConditional() { if((GetLocalInt(GetModule(), "iAllowGold") == 1)) return TRUE; return FALSE; }