mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-21 12:17:46 +00:00
11 lines
No EOL
325 B
Lua
11 lines
No EOL
325 B
Lua
function onInstantiate(npc)
|
|
return "/Chara/Npc/Object/TaskBoard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST";
|
|
end
|
|
|
|
function onEventStarted(player, npc)
|
|
player:endEvent();
|
|
end
|
|
|
|
function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest)
|
|
player:endEvent();
|
|
end |