Quote:
Originally Posted by Skyld
Or even perhaps:
PHP Code:
Master_Gui_Text.setText(int(currentexp));
|
If you wanted a integer, yes. But his exp may (though I doubt it) include decimals.
I still like max() though. One of my favorite functions for math related things

I always see people doing all these integrated equations (the whole # > # ? # : # method) when they could simply use a combination of min(), max(), abs(), int() and the % symbol (not every case, obviously).