All I need to know is how to multiply Variables ( "Variable Name" X "1.5"(or something like that)) and where to put the equation (Under add to variable? etc.)
Plz Help
Develop games in your browser. Powerful, performant & highly capable.
Just use *
e.g.
object.value('my_val') * 1.5[/code:190wisyh] You can set the value or add to the value however you want.