mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 20:57:47 +00: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
|