Forum: Questions and Comments
10-21-2012, 10:51 PM
|
Replies: 5
Views: 18,419
If the variables aren't working, it's possible...
If the variables aren't working, it's possible that it's because of a bug which makes local (method-level) variables go unrecognized.
Just change all the variables to global (world-level) ones and...
|
Forum: Questions and Comments
10-21-2012, 09:19 PM
|
Replies: 5
Views: 18,419
The world seems to work fine for me, and the...
The world seems to work fine for me, and the variables change just fine as well.
Right click the variable at the top of the method, and click "watch this variable" to see it change in real time.
...
|