How can I round a variable in the event sheet? I've tried using ceil(), floor(), and round(), and none of them work.
For context, I have the variable Basic_Cost that represents the cost of an item in a store. Every time you buy it, the cost increases by 10%, but this causes decimal points to show up, and I only want a round number.
So, how can I round this variable?