//Script made by Drakaden int StartingConditional() { // Check for gold if(!(GetGold(GetPCSpeaker()) >= 1000)) return FALSE; return TRUE; }