botserver/templates/default.gbai/default.gbdialog/get-payment.vbs.gbignore

12 lines
255 B
Text
Raw Normal View History

2024-04-20 17:24:00 -03:00
' General Bots Copyright (c) pragmatismo.cloud. All rights reserved. Licensed under the AGPL-3.0.
talk "Quer pagar quanto?"
2020-08-26 17:50:42 -03:00
hear amount
2020-08-26 17:50:42 -03:00
if amount < 5 then
talk "O mínimo que vendo este produto é 5."
else
2020-08-26 17:50:42 -03:00
get payment amount
end if
talk "Valeu!"