#include "x4_inc_functions" int StartingConditional() { object oPC = GetPCSpeaker(); string sDB = CharacterDB(oPC); if (GetCampaignInt(sDB, "TOUR_ROUND") != 1) return FALSE; //Prepare the token with the opponent's name SetCustomToken(789, GetCampaignString(sDB, "TOUR_NAME1")); return TRUE; }