mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 20:57:47 +00:00
7 lines
196 B
Lua
7 lines
196 B
Lua
![]() |
|
||
|
function onEventStarted(player, npc)
|
||
|
defaultWil = getStaticActor("DftWil");
|
||
|
player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithYayake_001", nil, nil, nil);
|
||
|
end
|
||
|
|