#Translocator_Eniela.lua - Quest File
xxxxxxxxxx
1
function event_say(e)
2
if(e.message:findi("hail")) then
3
e.self:Say("Hello there. There seem to be some strange problems with the boats in this area. The Academy of Arcane Sciences has sent a small team of us to investigate them. If you need to [travel to] Erud's [Crossing] in the meantime, I can transport you to my companion there.");
4
elseif(e.message:findi("crossing")) then
5
eq.SelfCast(2289);
6
end
7
end
8
Quest Source: 28 May 2022