I'm using the following LUA script for a teleport function to a custom location
function Teleport_onUse (pUnit, Event, pMisc)
pMisc:Teleport (35, 31.65, 50.48, 32.96)
end
RegisterGameObjectEvent (400000, 2, 'Teleport_onUse')
Portal works perfectly, i'm just wondoring if there is some way to add attunement (I've Created a working "kill" quest.. i'd like it so that only people who have completed the quest can use the portal?) Any ideas?
Thanks in advance!