- Joined
- Feb 11, 2011
- Messages
- 1,860
Hi guys,
I am creating a spell for which I would like to add custom lightning, so I can replace the Dumm'y Manaburn with a more flexible option. Anyway, I would like to know how to determine the appropriate z1 and z2 values for the function:
Also, what is the use of
Thanks!
I am creating a spell for which I would like to add custom lightning, so I can replace the Dumm'y Manaburn with a more flexible option. Anyway, I would like to know how to determine the appropriate z1 and z2 values for the function:
JASS:
AddLightningEx takes string codeName, boolean checkVisibility, real x1, real y1, real z1, real x2, real y2, real z2 returns lightning
checkVisibility
?Thanks!