Like this:
SYNTAX:
temp
SCRIPT:
#math temp $temp 10.5
#echo #temp
says:
999h, 999m, 999e, 999w ex-#set temp 1
Variable "temp" set to: 1
999h, 999m, 999e, 999w ex-temp
105
temp
10505
temp
1050505
temp
105050505
temp
10505050505
temp
-105
And so on and so forth. So, 10.5 is actually scripted as 105.
Really, I can just labor it out and do some complex algebra with percentages and whatnot, but is that really necessary? Or am I missing something?