Results 1 to 2 of 2

Thread: ARScript?

  1. #1
    Join Date
    Aug 2008
    Location
    England
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default ARScript?

    Hey all, just wondering if anyone had a decent VB6 scripting language similar to ARScript or whatever it was called. I've got a program for scripting on private servers, so I'd be happy if someone had a VB6 script interpreter.
    Thanks.

    -- BP

  2. #2
    Join Date
    Aug 2008
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    They're all different since most are created for specific purposes; it's not hard to create your own either, just decompose what you need to do:
    -Grab script
    -Split script into different lines
    -Read lines
    -Execute statements

    A basic interpreter sub could be somewhere around only 8 lines I believe.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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