Rounding Numbers
Thursday July 5, 2007
Sometimes when you write a script you need to work in whole numbers. You can not, for example, have 3.5784 hats in your inventory. This number would need to be rounded to 3 or 4. Using different functions, you can round numbers in different ways to fit your script's needs.


No comments yet. Leave a Comment