/script local alliance,_,name = GetCampaignAbdicationStatus(GetCurrentCampaignId()); local alli = zo_strformat(SI_ALLIANCE_NAME, GetAllianceName(alliance)); if alliance == 0 then d("There is no Ghost Emp") else d(name.." of the ".. alli.. " is the Ghost Emp") end