- Joined
- Jun 28, 2008
- Messages
- 4
- Reaction score
- 0
I am confused on the events and such in LUA.
My code is
But nothing happens.
Can anyone tell me what I've done wrong, or where you learned LUA. None of the "tutorials" I find are really "tutorials" as much as they explain the basics of programming.
Nevermind! I think i got the hang of LUA
My code is
Code:
function Teleporter_Gossip(pUnit, Event)
pUnit:SendChatMessage(12, 0, "I OWN u")
end
RegisterUnitEvent(9000, 1, "Teleporter_Gossip")
But nothing happens.
Can anyone tell me what I've done wrong, or where you learned LUA. None of the "tutorials" I find are really "tutorials" as much as they explain the basics of programming.
Nevermind! I think i got the hang of LUA
Last edited: