mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-25 14:17:46 +00:00
12 lines
No EOL
491 B
Lua
12 lines
No EOL
491 B
Lua
function onEventStarted(player, npc)
|
|
defaultWil = GetStaticActor("DftWil");
|
|
player:RunEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLettice_001", nil, nil, nil);
|
|
--player:RunEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLettice_002", nil, nil, nil);
|
|
--player:RunEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLettice_003", nil, nil, nil);
|
|
end
|
|
|
|
function onEventUpdate(player, npc, blah, menuSelect)
|
|
|
|
player:EndEvent();
|
|
|
|
end |