mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
Update and rename Zemm.lua to #Zemm.lua
This commit is contained in:
parent
9ea1b4218f
commit
80660e3bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
function event_say(e)
|
||||
if (e.other:GetFaction(e.self) >= 5) then
|
||||
if (e.other:GetFaction(e.self) <= 5) then
|
||||
if(e.message:findi("hail")) then
|
||||
e.self:Say("Greetings, " .. e.other:GetName() .. ". If it is the halls of testing you seek, you have found them. Do not enter without much contemplation of your fate. You are brave to make it as far as this great temple, but terror exceeding imagination is beyond this point.");
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue