I am having no luck trying to use variables. I have v3.83. When I try to send to the following to script from an alias
setvariable ("clevel", "82") I get the following error.
[string "Alias: "]:3: attempt to call global 'setvariable' (a nil value)
stack traceback:
[string "Alias: "]:3: in main chunk
I went to the Variables area and entered the variable clevel with the contents 82 but it made no difference. The sanbox seems to be set up the way you describe in the thread improved sandbox (if that is even relevent). If i send the alias to execute it doesn't process the if statement it just sends each line in the alias to the mud 1 line at a time. I am obviously missing something fundamental again. what I am ultimately trying to accomplish is to create an alias which will choose which speedwalk will be sent to the mud based on what level the character is.
setvariable ("clevel", "82") I get the following error.
[string "Alias: "]:3: attempt to call global 'setvariable' (a nil value)
stack traceback:
[string "Alias: "]:3: in main chunk
I went to the Variables area and entered the variable clevel with the contents 82 but it made no difference. The sanbox seems to be set up the way you describe in the thread improved sandbox (if that is even relevent). If i send the alias to execute it doesn't process the if statement it just sends each line in the alias to the mud 1 line at a time. I am obviously missing something fundamental again. what I am ultimately trying to accomplish is to create an alias which will choose which speedwalk will be sent to the mud based on what level the character is.