General-If(Conditions)thendo(Actions)elsedo(Actions)IfAndConditions(Raceofplayer1)==Terran(Raceofplayer2)==TerranThenUI-ShowgameUIfor(Allplayers)UI-Display"Your Enemy Is Terran"for(Allplayers)toSubtitleareaElseGeneral-If(Conditions)thendo(Actions)elsedo(Actions)IfAndConditions(Raceofplayer1)==Terran(Raceofplayer2)==ProtossThenUI-ShowgameUIfor(Allplayers)UI-Display"Your Enemy Is Protoss"for(Allplayers)toSubtitleareaElseGeneral-If(Conditions)thendo(Actions)elsedo(Actions)IfAndConditions(Raceofplayer1)==Terran(Raceofplayer2)==ZergThenUI-ShowgameUIfor(Allplayers)UI-Display"Your Enemy Is Zerg"for(Allplayers)toSubtitleareaElse
but no messages displayed
Looking at your code, it seems that (Race of Player 1) == Terran is completely unnecessary. Try removing that and testing it again. The "And" should also be removed as it is And on default.
All I can think of is that you are testing it locally, and Player 2 is Neutral race by default
Looking at your code, it seems that (Race of Player 1) == Terran is completely unnecessary. Try removing that and testing it again. The "And" should also be removed as it is And on default.
All I can think of is that you are testing it locally, and Player 2 is Neutral race by default