Sverkerman
Hosted Project: BoW
- Joined
- Feb 28, 2010
- Messages
- 1,325
Greetings.
How do I refer to a integer loop in JASS?
Example:
How do I write it in JASS correctly?
How do I refer to a integer loop in JASS?
Example:
- if ( GetLocalPlayer() == Player(0) ) then
- if ( GetLocalPlayer() == Player(Integer A) ) then
How do I write it in JASS correctly?