Ardenian
A
Ardenian
I would like to save a lightning type ( = string) in my Hashtable, in an arrayed string variable called:
PS_TempLightningType is a lightning type variable.
I would be glad if you could help me, please
-
Set PS_LightningType[1] = "DRAM"
-
Set PS_LightningType[2] = "SPLK"
-
Hashtable - Save PS_LightningType[PS_TempInteger2] as 0 of PS_TempInteger in Hash_PowerSystem
-
Set PS_TempUnit = (Target unit of ability being cast)
-
Set PS_TempLocAim = (Position of PS_TempUnit)
-
Set PS_TempLocOrigin = (Position of (Casting unit))
-
Custom script: set udg_PS_TempLightningType = LoadString(udg_Hash_PowerSystem, udg_PS_TempInteger, udg_PS_TempInteger)
PS_TempLightningType is a lightning type variable.
-
Blitz - Create a PS_TempLightningType lightning effect from source PS_TempLocOrigin to target PS_TempLocAim
-
Custom Script: set PS_TempLightning = AddLightningEx(udg_PS_TempLightningType, true, GetLocationX(udg_PS_TempLocOrigin), GetLocationY(udg_PS_TempLocOrigin), GetLocationZ(udg_PS_TempLocOrigin) + 70, GetLocationX(udg_PS_TempLocAim), GetLocationY(udg_PS_TempLocAim), GetLocationZ(udg_PS_TempLocAim) + 70)
-
Set udg_TempLightning = (Last created lightning)
-
Set PS_IndexLightning[PS_TargetMaxIndex] = TempLightning
I would be glad if you could help me, please
Last edited by a moderator: