can anyone tell me the errors on that???Code:Function braizier_OnUse(unit, event) Unit:SpawnCreature(10506, 187.150, 148.909, 109.669, 2.856864,14 , 0) End
can anyone tell me the errors on that???Code:Function braizier_OnUse(unit, event) Unit:SpawnCreature(10506, 187.150, 148.909, 109.669, 2.856864,14 , 0) End
Lunar Gaming - Reaching For The Stars
big 'F' in function? =O
Your script should now work.function braizier_OnUse(Unit, event)
Unit:SpawnCreature(10506, 187.150, 148.909, 109.669, 2.856864, 14, 0)
end
RegisterGameObject(goid, 2, "braizier_OnUse") -- It should be a 2, I think--
I changed some spacing, decapped some things
and (Unit, Event)
U need to use Unit the whole time, U used unit, U need the cap. that.
so it is the same
DA Gift From Mr. Blain