Ir para conteúdo

Npc Q Testa Voce


R@U£

Posts Recomendados

  • Respostas 54
  • Created
  • Última resposta

Top Posters In This Topic

  • 1 month later...
  • 4 weeks later...
  • 3 months later...

f 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

 

kra vc poderia fazer a pergunta qual o distrito do brasil?.....

fora isso td ok

vlw

Link para o comentário
Compartilhar em outros sites

  • 4 months later...

×
×
  • Criar Novo...