mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 20:57:47 +00:00
13 lines
No EOL
397 B
Lua
13 lines
No EOL
397 B
Lua
|
|
function onEventStarted(player, actor, triggerName)
|
|
|
|
man0l0Quest = getStaticActor("Man0l0");
|
|
--player:runEventFunction("delegateEvent", player, man0l0Quest, "processTtrNomal001withHQ", nil, nil, nil, nil);
|
|
player:runEventFunction("delegateEvent", player, man0l0Quest, "processEvent000_1", nil, nil, nil, nil);
|
|
|
|
|
|
end
|
|
|
|
function onEventUpdate(player, npc ,triggerName)
|
|
player:endEvent();
|
|
end |