botserver/packages/default.gbdialog/get-payment.vbs.gbignore

12 lines
252 B
Text
Raw Normal View History

' General Bots Copyright (c) Pragmatismo.io. 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!"