Update and rename Zemm.lua to #Zemm.lua

This commit is contained in:
huffin 2019-10-28 19:37:14 -05:00 committed by GitHub
parent 9ea1b4218f
commit 80660e3bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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