Avatar

Level 10

You didn't end your if statement..if shoudl be like this:

if (OfferPrice.rawValue < 300) then
InitialDeposit.rawValue = 5000
elseif
(OfferPrice.rawValue > 299) then
  InitialDeposit.rawValue = 10000
endif