int StartingConditional() { object oPC = GetPCSpeaker(); if (GetLocalInt(oPC, "TravelSafeguard") == TRUE || GetLocalInt(oPC, "JustRested") == TRUE) return TRUE; return FALSE; }