- Joined
- May 1, 2008
- Messages
- 1,605
Moin moin =)
After longer time ago, I try myself again in vJass, everything works but one thing not. For my spell I need 2 unit groups and I create them in the globals section like this:
As I said, when I want save the map, I get a syntax error in both lines. I don't know but I created many groups like this for other spells, but here I get an error. Can someone think of why? Both names aren't used before and I can't see any typo. ARE I'M BLIND? =O =S
Greetings and Peace
Dr. Boom
After longer time ago, I try myself again in vJass, everything works but one thing not. For my spell I need 2 unit groups and I create them in the globals section like this:
JASS:
private constant group GROUP_ONE = CreateGroup()
private constant group GROUP_TWO = CreateGroup()
As I said, when I want save the map, I get a syntax error in both lines. I don't know but I created many groups like this for other spells, but here I get an error. Can someone think of why? Both names aren't used before and I can't see any typo. ARE I'M BLIND? =O =S
Greetings and Peace
Dr. Boom