I thinking, chatbox in every flags saying? What is that? I am coding but not working. It's nice L code;
Code:
quest myquest11 begin
state start begin
when login begin
hole = command()
length = string.len(hole)
mood = length - 6
first = string.sub(hole,1,6)
last = string.sub(hole,-mood,-1)
if first == "/allow" then
command("/notice_all"..last)
end
end
end
end






