mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-25 22:27:45 +00:00
16 lines
311 B
Lua
16 lines
311 B
Lua
![]() |
require("/quests/man/man0u0")
|
||
|
|
||
|
function init(npc)
|
||
|
return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST";
|
||
|
end
|
||
|
|
||
|
function onEventStarted(player, npc, triggerName)
|
||
|
|
||
|
|
||
|
end
|
||
|
|
||
|
function onEventUpdate(player, npc)
|
||
|
|
||
|
player:endEvent();
|
||
|
|
||
|
end
|