SolvedHow to Do Math

Posts 12 of 2 · Page 1 of 1
How to Do Math
How do i do simple math with variables in the _rank.gsc file?
such as
var1 = 7;
var1 = var1 + 1;

How is it done correctly?
err yes?

var1 = var1 + 1 is the same thing as var1++;
Posts 12 of 2 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?