MushClient Triggers!

I am trying to make a set of triggers for a secret math-related project I'm working on. I already have the mathematical bits worked out for the things that need calculated, and know what I want the triggers to do, but the problem is that I know very very little about how MushClient handles triggers and what the correct syntax is to do what I want. I need to be able to, but do not know how to:

-Set a variable to a number.
-Do algebra to variables (set X to equal A/(B+C+D) and the like)
-Set a variable to a random number.
-Compare two variables.
-Bonus: Efficiently find the largest of n variables.

If anyone can give me any kind of help with this, I will be super duper grateful!

Best Answer

Sign In or Register to comment.