Platform Builder Forums
Main => Suggestions => Topic started by: Antikore on May 09, 2019, 10:17:10 AM
Title:
^ Operator
Post by:
Antikore
on
May 09, 2019, 10:17:10 AM
For commands and variables, add the ^ operator.
You know. 3^5 will mean: 3*3*3*3*3
In that case
Code:
[Select]
game var coins ^ 3
Will do this for that variable.