ID:2393240
 
(See the best response by SpaceManiac.)
Code:
src << "[round(1.8)]"


Problem description:
I never seemed to have this problem before when I used round, but the code above will round 1.8 to 1 instead of 2. I had a long day, and I'm really tired, but this is kinda freaking me out as to why the heck this is happening.
Best response
You want round(1.8, 1).

More details: http://www.byond.com/docs/ref/info.html#/proc/round
When in doubt, press F1.