6 lines
112 B
Lua

require ("global")
function onEventStarted(player, npc)
--THIS NPC IS NOT REACHABLE
player:endEvent();
end