1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-22 20:57:47 +00:00
project-meteor-server/data/scripts/unique/wil0Town01a/PopulaceStandard/guencen.lua

8 lines
223 B
Lua
Raw Normal View History

function onEventStarted(player, npc)
2016-06-15 03:41:23 +01:00
defaultWil = GetStaticActor("DftWil");
player:SendMessage(0x20, "", "This Actorhas no dialog. Actor Class Id: " .. tostring(npc:GetActorClassId()));
player:EndEvent();
end