i use: while {true} do {code?};
but this redo is have limit on 10000 loops.
How to make more?
p.s I check for vehicle damage.
while { true } do {
if ( cursorTarget isKindOf "AllVehicles" ) then {
if( damage cursorTarget > 0 ) then {
systemChat format ["damage value - [%1]", damage cursorTarget];
};
};
};
Question
MultiGamer
Hello everyone.
How to create a continuous redo?
i use: while {true} do {code?};
but this redo is have limit on 10000 loops.
How to make more?
p.s I check for vehicle damage.
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now