if msgcontains(msg, 'sim') and focus == cid and contador == 10 then
selfSay('Vamos lá! Quarta Pergunta: qual e o estado do brasil? 1-brasilia, 2-sao paulo, 3-itobi, 4-vgs.')
contador = 11
talk_start = os.clock()
end
if string.find(msg, '(%a*)vgs(%a*)') and focus == cid and getDistanceToCreature(cid) < 3 and contador == 11 then
selfSay('Errado!')
focus = 0
talk_start = 0
end
if string.find(msg, '(%a*)sao paulo(%a*)') and focus == cid and getDistanceToCreature(cid) < 3 and contador == 11 then
selfSay('Errado!')
focus = 0
talk_start = 0
end
if string.find(msg, '(%a*)itobi(%a*)') and focus == cid and getDistanceToCreature(cid) < 3 and contador == 11 then
selfSay('Errado!')
focus = 0
talk_start = 0
end
if msgcontains(msg, 'brasilia') and focus == cid and contador == 11 then
selfSay('Certa a Resposta! Podemos continuar?')
contador = 12
talk_start = os.clock()
end
VOCÊ NUNCA ESTUDO GEOGRFIA??
BRASILIA NON É ESTADO --'
É UM DISTRITO OU SEJA A RESPOSTA SCERTA É SÃO PAULO
Tirando isto VeryGood. Mais acho qe tem um aprecido no [Retirado] u.u
//Kenzo