quote:
Originally posted by Uberstalker
I need to be able to assign a / command such as /new <name> and create a new varible that I can change the value of with something like /change <name> <value>...if that makes any sense
This sounds like you want a map data structure. JScript should have enough support to use one, even if you have to write it yourself.
Edit: The post below is what you want, f'sure
Since a map can be implemented as an associative array.