This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I use this in galaxy code:
if (PlayerRace(p)=="Terr") { //Terran } if (PlayerRace(p)=="Zerg") { //Zerg } if (PlayerRace(p)=="Prot") { //Protoss }
Should be similar in GUI
I use this in galaxy code:
Should be similar in GUI