It looks like you're new here. If you want to get involved, click one of these buttons!
$$time = <<for _time = 0; _time <= $MAX_TIME; _time++>> <<if _time != $time>> [[_time->Debug][$time = _time]] <<else>>_time<</if>> <</for>><br>for testing game. And problem is in _time->Debug][$time = _time. How you can see $time = _time, but instead of numbers there are undefined in $time. I understand why, but I need numbers. If _time = 1 then _time->Debug][$time = 1. How I can convert variable in constant? I tried $time = "_time" and $time = `_time` but it doesn't work.
Comments