mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 11:47:48 +00:00
7 lines
No EOL
231 B
Lua
7 lines
No EOL
231 B
Lua
require ("global")
|
|
|
|
function onEventStarted(player, npc)
|
|
defaultFst = GetStaticActor("DftFst");
|
|
callClientFunction(player, "delegateEvent", player, defaultFst, "defaultTalkLouisoix_001", nil, nil, nil);
|
|
player:endEvent();
|
|
end |