1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-22 20:57:47 +00:00

Made a note that Guencen is unreachable and has no real script.

This commit is contained in:
Filip Maj 2016-06-21 18:01:12 -04:00
parent d06bf5499f
commit 44acee7e6d

View file

@ -1,7 +1,6 @@
require ("global")
function onEventStarted(player, npc)
defaultWil = GetStaticActor("DftWil");
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithElecotte_001", nil, nil, nil);
--THIS NPC IS NOT REACHABLE
player:endEvent();
end