1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-25 14:17:46 +00:00
project-meteor-server/data/scripts/unique/ocn0Battle02/PopulaceStandard/lanky_traveler.lua

10 lines
272 B
Lua
Raw Normal View History

2016-06-21 17:48:50 -04:00
require ("global")
require ("quests/man/man0l0")
function onEventStarted(player, npc, triggerName)
2016-06-15 03:41:23 +01:00
man0l0Quest = GetStaticActor("Man0l0");
2016-06-21 17:48:50 -04:00
callClientFunction(player, "delegateEvent", player, man0l0Quest, "processEvent000_16", nil, nil, nil);
2016-06-15 03:41:23 +01:00
player:EndEvent();
end