Datheus Posted July 30, 2002 Share Posted July 30, 2002 Ok, say I want to loop something... like my saber color, so it just changes indefinately... this is how I do set colorloop "color1 0; wait 5; color1 1; wait 5; color1 2; wait 5; color1 3; wait 5; color1 ; 4; wait 5; color1 6; wait 5; vstr colorloop" That's the only possible way I can see to loop it, or anything else... But, as some of you may notice... the engine tries to resolve the command... but it can't:mad: Sooo, the console is stuck...and won't take any other commands, because it can't do 2 things at once (perhaps one of its flaws)... So what do I do? Is there a different way to loop?... Is there some way to get the console to stop the current command? Link to comment Share on other sites More sharing options...
razorace Posted July 31, 2002 Share Posted July 31, 2002 I imagine you could build a infinite loop script that would have the same result. I'm not an expert on the Console mechanics so I can't help you with the rest except, maybe, just maybe, you can abort out of a command in the console with Control+C or Control+Pause. (those are the standard keys for aborting seqences.) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.