mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
8 lines
223 B
Lua
8 lines
223 B
Lua
|
|
function onEventStarted(player, npc)
|
|
defaultWil = getStaticActor("DftWil");
|
|
player:sendMessage(0x20, "", "This Actorhas no dialog. Actor Class Id: " .. tostring(npc:getActorClassId()));
|
|
player:endEvent();
|
|
end
|
|
|