Okay, I currently have an issue I hope someone can help me with here. I am currently trying to make a teleporter inside a cave were i put a custom boss, however I dont want people to be able to walk around outside of the cave due to it is another custom area. Could anyone give me lua tips on how to start this. I tried a couple different things like...
Code:
function BossTeleport1_onUse (pUnit, Event, pMisc)
pMisc:Teleport (1, -10706.796875, 2191.976318, 1.583519)
end
RegisterGameObjectEvent (600003 , 4, "BossTeleport1_onUse")