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