We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Os botões devem ter a possibilidade da pergunta (TALK) fique dentro do balão como título da caixa de opções, conforme imagem.
No dialog as opções escolhidas (botões clicados) devem permitir o acionamento de outro dialog ( /CALL )
if escolha = "opt1" then call opt1 exit else if escolha = "opt2" then call opt2 exit end if
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Os botões devem ter a possibilidade da pergunta (TALK) fique dentro do balão como título da caixa de opções, conforme imagem.
No dialog as opções escolhidas (botões clicados) devem permitir o acionamento de outro dialog ( /CALL )
if escolha = "opt1" then
call opt1
exit
else if escolha = "opt2" then
call opt2
exit
end if
The text was updated successfully, but these errors were encountered: