#issue with aoe damage
1 messages · Page 1 of 1 (latest)
if you have an error that says you need to specify a loop, thats likely because you have nested loops.
ie, loop 1: loop 2:
you have to specify which you're getting a loop-value from
also, location of loop-player is between {_stableloc}'s x-coordinate + 2 and {_victim}'s x-coordinate - 2 wont work.
you are checking if a location is between 2 numbers.
you need to check if a location is within 2 locations (creating a cubiod)
or you need to use loop-player's x-coordinate
How do i create a cuboid? do i do
if loop-player's location is between {_greg} and {_greg2}:?
I just gave up, couldnt figure out how to do it dynamically
within, not between
between means between two points, it will always be a straight line connecting those points
within means within two points, it will always be a cuboid located within those two points
that still didnt work (i tried it), but i ended up with a better solution. However i DO need this for my next attack, so could you give me an example line?