Scn RPSICProjectileSpellScriptMelonRef CasterFloat XangFloat Zang;Unit VectorFloat XiFloat YiFloat Zi;Initial PosistionFloat XposFloat YposFloat ZposBegin ScriptEffectStart Set Caster to GetSelf Set Xang to Caster.GetAngle x Set Zi to sin Xang Set Zang to Caster.GetAngle z Set Xi to sin Zang Set Yi to cos Zang Set Xpos to Xi*20 Set Ypos to Yi*20 Set Zpos to 118 - 25*(Caster.IsSneaking) + Zi*20 RPSICTestHead.Moveto Caster Xpos Ypos Zposend
What is occurring is that the reference that is meant to be moved (RPSICTestHead) does not move at all from its original position.
Any help would be greatly appreciated, thank you