PDA

View Full Version : ARScript?



Bad Processor
02-07-2009, 04:52 PM
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

Blupig
08-20-2009, 11:36 PM
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.