As stated from the title, I searched for round off, decimal and whole but found none. So, the question is: how to round off decimal value into whole number.
For example, using 'distance between 2 players' code (distance between two points [Pythagoras Theorem thing]) code will return long-ass decimal values (e.g. 3.69420666) most of the instance. That is inconvenient for me during actual gameplay.
Any ideas?