function O_g(unit, event, player)
unit:GossipCreateMenu(50, player, 0)
unit:GossipMenuAddItem(0, " SECRET ", 1, 0)
unit:GossipSendMenu(player)
end
function Gossip_Submenus(unit, event, player, id, intid, code)
if(intid == 50) then
unit:GossipCreateMenu(50, player, 0)
unit:GossipMenuAddItem(0, " SECRET ", 1, 0)
unit:GossipSendMenu(player)
end
if(intid == 1) then
unit:GossipCreateMenu(51, player, 0)
unit:GossipMenuAddItem(1, "Are u rdy?", 10, 0)
unit:GossipSendMenu(player)
end
if(intid == 10) then
player:Teleport(1, 1484, -4417, 25)
end
end
RegisterUnitGossipEvent(123473, 1, "O_g")
RegisterUnitGossipEvent(123473, 2, "Go_S")
OH haha think i sound it ill try
Yepp found the first thingy but got a new thingy now the menu shows but it dosent tele when i click it
Error
Tried to call invalid LUA function 'Go_S' from Arcemu (Gossip)!
Thx for helping me =)