Is it possible to take an input variable and get it to run an equation against it then deliver an output based on the equation result?
Example: When the MUD outputs the number 1
I want to input the number 101.
So i want to add 100 to the value.
I know to use * and %1 to get it to output 1 when 1 is inputted. I just need to figure out how to add 100 to it before it gets sent.
Example: When the MUD outputs the number 1
I want to input the number 101.
So i want to add 100 to the value.
I know to use * and %1 to get it to output 1 when 1 is inputted. I just need to figure out how to add 100 to it before it gets sent.