Or, alternatively, if anyone can give me another way to achieve this:
I'm having a 'lava coming towards you' sequence. If anyone can give me a way to make it display:
'The lava is a long way off' if lava distance is below 1
'The lava is quite far off' if lava distance is above 1 but below or equal to to 10
'The lava is quite near' if lava distance is above 10 but below or equal to 20
'The lava is not far off you' if lava distance is above 20 but below or equal to 30
'The lava is quite close to you' if lava distance is above 30 but below or equal to 40
'The lava is nearly on top of you' if lava distance is above 40 but below or equal to 49
And if it's 50, I already know how to do the whole 'death sequence thing.'