#include "x4_inc_functions" int StartingConditional() { object oPC = GetPCSpeaker(); string sDB = CharacterDB(oPC); int nRansom = StringToInt(GetCampaignString(sDB, "QUEST_EXTRA2"))*2; if (GetGold(oPC) >= nRansom) return TRUE; return FALSE; }