project-meteor-server/data/scripts/unique/fst0Town01/PopulaceStandard/serpent_private_hill.lua
2017-10-10 13:32:47 -05:00

7 lines
247 B
Lua

require ("global")
function onEventStarted(player, npc)
defaultFst = GetStaticActor("DftFst");
callClientFunction(player, "delegateEvent", player, defaultFst, "defaultTalkWithSerpent_private_hill_001", nil, nil, nil);
player:endEvent();
end