Cokemonkey11
Spell Reviewer
- Joined
- May 9, 2006
- Messages
- 3,575
I have this line in a function I'm making:
where mapType is an integer array. This was the only way I could get syntax checker to leave me alone (It works by the way). Handle and string did not work.
So I'm assuming there's some kind of conversion going on in the background, anyone care to explain?
JASS:
set mapType[1] = 'Ldro'
where mapType is an integer array. This was the only way I could get syntax checker to leave me alone (It works by the way). Handle and string did not work.
So I'm assuming there's some kind of conversion going on in the background, anyone care to explain?