In one of my scenario's i need a mathamatical equation that needs to work without using if statements and those stuff, its for the world generation.
The equation uses an input of an amount. If the amount is less than 5 it will need to = 0. otherwise it will be as the amount is inputed.
Is there a way to do this?

