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") require ("global")
function onEventStarted(player, npc) function onEventStarted(player, npc)
defaultWil = GetStaticActor("DftWil"); --THIS NPC IS NOT REACHABLE
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithElecotte_001", nil, nil, nil);
player:endEvent(); player:endEvent();
end end