Here is my setup in MushClient...
Go to Variables
-Add Target, Target1, Target2, Target3, Target4, Target5
Go to Aliases
-Add t (check expand variables on the right; send to output)
CURRENT: @target
First: @target1
Second: @target2
Third: @target3
Fourth: @target4
Fifth: @target5
-Add t1 (check expand variables on the right; send to script)
world.SetVariable ("target", "@target1")
world.Note ("Your CURRENT target is @target1.")
-Add t1 * (check expand variables, check echo alias; send to script)
world.SetVariable ("target1", "%1")
world.Note ("Your first target is %1.")
world.Note ("Your CURRENT target is @target.")
**** Rinse and Repeat t1 and t1 * for t2-t5.
-Add bt (check expand variables; send to world)
bash @target
**** That is how you use it. Not perfect, but it is helpful and allows me to somewhat quickly switch between who I see as the main threats online.
Edited 1 time(s). Last edit at 11/16/2016 06:59AM by Startyre.