Is there a way to start/jump to a script from a certain position?
Example: say I wanted to tweak just the walking portion of a script, so is there a way to make it run just the walking part without running the script all the way through?
Thanks
Is there a way to start/jump to a script from a certain position?
Example: say I wanted to tweak just the walking portion of a script, so is there a way to make it run just the walking part without running the script all the way through?
Thanks
Hey lady, I need a yank! Ha ha, dislocation.
Do you mean manually for testing or during runtime?
For first, just comment out the rest.
For second, you can use GOTO and LABEL, or use custom looping.
If that doesn't answer your question, please explain more what you want it for.
Well, you could just use your script as an include in a new script. In the new script just make a main loop and call on the walk procedure. That is one way to do it. (Noobish, but works)
There's a tut in SCAR Help File, see part 1 of my FAQ (link in sig) and look at new in red
There are currently 1 users browsing this thread. (0 members and 1 guests)