Hey C3 world.
Formula I'm testing -> ("Loot Stolen=" & Dictionary.Get("SmallWin")*(AvailableMoney))
"SmallWin" is a random decimal [0.1,0.3] which multiplies "AvailableMoney" [6000,15000]. The result is xxxx.xxxx but I'm trying to get it to be a whole number.
How would I go about this?