1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-24 13:47:46 +00:00
project-meteor-server/data/scripts/unique/ocn0Battle02/PopulaceStandard/astute_merchant.lua

8 lines
269 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_12", nil, nil, nil);
player:EndEvent();
end