- Joined
- Apr 6, 2008
- Messages
- 760
How can i see if a Index in a array havnt been used for something like
If i do like
It wont work,i have tried all diffrent stuff but nothing have worked so far :/
I can detect if a unit enter the map and set a value for the unit (effective?).
Or for eg. lets say i make a local integer what value or what ever will it have
JASS:
DismishingReturn[H2I(Dat.u)-0x100000]
If i do like
JASS:
if DismishingReturn[H2I(Dat.u)-0x100000] > 0. then
It wont work,i have tried all diffrent stuff but nothing have worked so far :/
I can detect if a unit enter the map and set a value for the unit (effective?).
Or for eg. lets say i make a local integer what value or what ever will it have
JASS:
local integer I = ??
Last edited: