Facebook
From Botched Zebra, 8 Years ago, written in Plain Text.
This paste is a reply to Untitled from Anorexic Marmoset - go back
Embed
Viewing differences between Untitled and Re: Untitled
init start
        local Ghazbaran = {"Try"}
                local Ferumbras = {"asd"}
                local Ghazaroth = {"door"}
init end
 
auto(100)
foreach newmessage m do
        if(m.type == MSG_RAID or m.type == MSG_STATUS) then
                for k, v in ipairs(Ghazbaran) do
                        if(m.content:find(v)) then do
                                        printerror('Ghazbaran')
                                        wait(1000)
end
else

auto(100)
foreach newmessage m do
        if(m.type == MSG_RAID or m.type == MSG_STATUS) then
                for k, v in ipairs(Ferumbras) do
                        if(m.content:find(v)) then do
                                        printerror('Ferumbras')
                                        wait(1000)
end
else
auto(100)
foreach newmessage m do
        if(m.type == MSG_RAID or m.type == MSG_STATUS) then
                for k, v in ipairs(Ghazaroth) do
                        if(m.content:find(v)) then do
                                        printerror('Ghazaroth')
                                        wait(1000)
end
end
end
end  
end  
end
end
end
end
end
end
end
end