Quote:
Originally Posted by Scorpious2k
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.