Darthfett
Aerospace/Cybersecurity Software Engineer
- Reaction score
- 614
Well, I'm partly to blame since I forgot to include the example implementation
Anyway, perhaps more noob friendly: http://phyrex1an.net/galaxy.php
JASS:
int PlayerGetTeam(int whichPlayer) {
return (whichPlayer + 1) % 2;
}
Compiles, does this mean the % operator is valid in Galaxy?