mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
6 lines
112 B
Lua
6 lines
112 B
Lua
require ("global")
|
|
|
|
function onEventStarted(player, npc)
|
|
--THIS NPC IS NOT REACHABLE
|
|
player:endEvent();
|
|
end |