1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-05-03 09:57:46 +00:00
project-meteor-server/scripts/directors/openingDire_ocn0Btl02_0h@0C100.lua

13 lines
No EOL
421 B
Lua

function onEventStarted(player, actor, triggerName)
man0l0Quest = getStaticActor("Man0l0");
--player:runEventFunction("delegateEvent", player, man0l0Quest, "processEvent000_1", nil, nil, nil, nil);
end
function onEventUpdate(player, npc)
--man0l0Quest = getStaticActor("Man0l0");
--player:runEventFunction("delegateEvent", player, man0l0Quest, "processEvent000_3", nil, nil, nil, nil);
--player:endEvent();
end