Thread: Comba bubbles
View Single Post
  #4  
Unread 04-15-2009, 02:10 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

I think Rothgar used int() in his threat meter if you want an example.
  • int(NUMBER) - Returns only the integer value of NUMBER.
  • abs(NUMBER) - Returns the absolute value of NUMBER.
  • ceil(NUMBER) - Returns the next highest integer value.
  • floor(NUMBER) - Returns the next lowest integer value.
Reply With Quote