peq-quests/vexthal/player.lua
2023-08-13 17:16:42 -04:00

6 lines
168 B
Lua

function event_enter_zone(e)
if ( e.self:GetBindZoneID() == 158 ) then
e.self:Message(MT.Default, "Illegal Bind!")
e.self:MovePC(69,840,70,0,0)
end
end