- Joined
- Jan 5, 2012
- Messages
- 116
This is the custom script. It keeps telling me that it expected a variable name in these lines. Is anything wrong with it?
- Custom script: set udg_SB_LooperX = GetUnitX(udg_SB_Looper)
- Custom script: set udg_SB_LooperY = GetUnitY(udg_SB_Looper)
- Custom script: set udg_SB_LooperZ = GetUnitFlyHeight(udg_SB_Looper)
- Custom script: set udg_SB_PickedX = GetUnitX(udg_SB_Picked)
- Custom script: set udg_SB_PickedY = GetUnitY(udg_SB_Picked)
- Custom script: set udg_SB_PickedZ = GetUnitFlyHeight(udg_SB_Picked) + udg_SB_Height
- Custom script: set udg_SB_Lightning = AddLightningEx(udg_SB_LightningModel,true,udg_SB_LooperX,udg_SB_LooperY,udg_SB_LooperZ,udg_SB_PickedX,udg_SB_PickedY,udg_SB_PickedZ)