ID:179108
 
HI

I dont know if is the right word.

I need to turn my numbers to integer (entero in spanish).

I have a Next_Level *=1.2, to increase 20% the Next_Level Var, but, obviously, it return non integer numbers (146.8, for example)

help plz

(I hate my English)

Alvaro
ooh... ooh... I know this one

use round()
or round([the number you want rounded],[a factor you want it rounded to])

if you don't specify a factor, it returns an integer