- Joined
- May 21, 2013
- Messages
- 12
So I downloaded this system made by MapperMalte which is Alliance System but when I placed it in my map and then compiled/saved it, this error appeared
which is this one here
So I declared that variable by placing
which it worked but ingame I tried the "-ally 2" or "-ally 3" a text appeared saying that "Error - You can't ally everybody" even though I have no allies and there more than 2 players which is the condition that you can't ally when there are only 2 players.
Can anyone point out the problem here? And I'm not really good with Jass by the way. I've red the comments section of his map but no one else encountered this problem
Code:
Line 2116: Undeclared variable Allies
JASS:
set Allies[i]=Allies[i] + 1
JASS:
local integer array Allies
Can anyone point out the problem here? And I'm not really good with Jass by the way. I've red the comments section of his map but no one else encountered this problem