1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-26 22:57:45 +00:00
project-meteor-server/data/scripts/unique/wil0Town01a/PopulaceStandard/dariustel.lua
2016-06-14 21:47:54 -04:00

7 lines
224 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