Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
set lightnings height
set lightnings height
08-15-2009, 12:46 PM
#1
Tot
how to set a lightnings height?
JASS:
call
AddLightningEx
(
codeName
,
true
,
x1
,
y1
,
60
,
x2
,
y2
,
60
)
is not working (lightning seems to have a height, but is still drawn on the ground
08-15-2009, 01:14 PM
#2
Viikuna-
That MoveLigthningEx works lil differently, so you need to use GetLocationZ + your height.
08-15-2009, 01:41 PM
#3
Tot
thx