- Joined
- Aug 7, 2016
- Messages
- 55
As the title implies, what's the difference between a variable without an array and a variable with an array?
Without arrays:
With arrays:
Without arrays:
-
Without Arrays
-
Events
-
Conditions
-
Actions
-
Set CasterLoc = (Position of Triggering unit)
-
Set TargetLoc = (Target point of ability being cast)
-
-
With arrays:
-
With Arrays
-
Events
-
Conditions
-
Actions
-
Set PointLoc[1] = (Position of Triggering unit)
-
Set PointLoc[2] = (Target point of ability being cast)
-
-