mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
168 B
Lua
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
|