void main() { int nRoll = Random(13) + 1; string sTag = ("tb_asolithcastleportal" + IntToString(nRoll)); object oPortal = GetObjectByTag(sTag); SetLocalInt(oPortal, "The_Right_One", TRUE); }