Results 1 to 5 of 5

Thread: SCAR question

  1. #1
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SCAR question

    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.

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    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.

  3. #3
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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 )

  4. #4
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Boreas View Post
    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.
    Can you explain how to use the GOTO or LABEL commands?

    Thanks
    Hey lady, I need a yank! Ha ha, dislocation.

  5. #5
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    There's a tut in SCAR Help File, see part 1 of my FAQ (link in sig) and look at new in red

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. question on scar
    By soxchamp14 in forum News and General
    Replies: 3
    Last Post: 10-14-2008, 11:39 AM
  2. SCAR Simple Question
    By Killerbillbo in forum OSR Help
    Replies: 2
    Last Post: 06-09-2007, 03:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •