by Fuzzy » Sun Sep 25, 2005 5:27 am
When you use the script editor, and select the function, it autocompletes the needed fields. Just go back and change the field that specifies the repeats to a variable name, and regularly reset that.
Also, you might try putting zero there... the bale out for repeats is 1, so 0 might be clamped to 0, giving never ending repeats.. I'll try it and report back.
[EDIT] Nope, that doesnt seem to work...[/EDIT]
As I program I try to use the script editor as much as possible. Its a better way to learn, and I can also go over it and clean things up. For instance, if a number is 0.000000, I will change it to 0.0. This is makes the file size smaller and cleaner. It also makes it easier to read stuff in the actor control lists. with more stuffed into the script, the lists of actions is smaller, and its easier to navigate to where you want to go.
I am tired as heck. I hope that makes sense...