Started by
DominicentekCZ
on
Topic category: User side tutorials
Take a input field in inventory for example. Player must set there a number. Then, create explosion of power entered in the input field. But there is a problem. Explosion power is NUMBER. Number entered in input field is STRING. So, the power value won't take the number entered in the input field. So it needs to be converted. But how?
Edited by DominicentekCZ on Sun, 10/20/2019 - 14:31
Possibly in Math: number from text.
I believe this is what you are looking for.