botserver/templates/default.gbai/default.gbdialog/get-payment.vbs.gbignore
2024-08-19 23:03:58 -03:00

12 lines
No EOL
255 B
Text

' General Bots Copyright (c) pragmatismo.cloud. All rights reserved. Licensed under the AGPL-3.0.
talk "Quer pagar quanto?"
hear amount
if amount < 5 then
talk "O mínimo que vendo este produto é 5."
else
get payment amount
end if
talk "Valeu!"