Quote:
Originally Posted by Cataphract
1. Display Variables without alice, you know, instead of going if variable is 50 then show 50 just go type "variable"
|
You mean, besides using the "Watch this Variable" functionality?
Something that I'd like to see, or learn if it is already implemented, is for items from lists/arrays to be used as variables. I know it sounds like something basic that's already implemented, but here is an example of what I'm trying to do:
If
item1_from_cars.list is beyond
checkpoint...
And I have too many cars to have an If statement for each, so I want to keep them in a list and use the same If/For statement to test for each.
I find the FOR statements hard to use, and they don't seem to work for what I'm trying to do.