mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
7 lines
237 B
Lua
7 lines
237 B
Lua
require ("global")
|
|
|
|
function onEventStarted(player, npc)
|
|
defaultWil = GetStaticActor("DftWil");
|
|
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithGuillestet_001", nil, nil, nil);
|
|
player:endEvent();
|
|
end |