To indicate a 50%, discount create the variable discount = 50. To define how many coupons to create, add amount = 4.
discount = 50
amount = 4
Make sure to pick discount followed by = and then 50, amount, =, 4.
discount
=
50
amount
4