View Single Post
  #3  
Old 08-07-2014, 09:17 PM
sklead's Avatar
sklead
Sarnak
 
Join Date: Jul 2005
Posts: 38
Default

Quote:
Originally Posted by Scorpious2k View Post
Try changing
Code:
e.self:Say("Whenever you're [" .. eq.say_link("ready",false,"ready" .. "] just give me word and hold on!");
to

Code:
e.self:Say("Whenever you're [" .. eq.say_link("ready",false,"ready") .. "] just give me word and hold on!");
Unfortunately that just presented me with another error. Removing the level check fixed the problem, although now anyone below level 15 can use the porter, which isn't what I intended.
__________________
In my defens, God me defend
Reply With Quote