I really need how to loop a condition in a repeat loop.
In what I'm used to doing, I can just do:
<?php $loop = 1; while ($loop == 1) { if(condition = value) { do action } } ?> [/code:2jpiw0w2] So if anyone knows how to do that in C2, id really like if you could tell me.
Have you tried with System->while?
Keep in mind the C2 is a giant loop, so you may not actually need a While loop - depends what you are actually doing.
Develop games in your browser. Powerful, performant & highly capable.
Ok, Thanks!