7 lines
197 B
Lua

require ("global")
function onEventStarted(player, npc)
Spl = GetStaticActor("Spl000");
callClientFunction(player, "delegateEvent", player, Spl, "processEventMERLIE");
player:endEvent();
end