Posted by Distaur on August 24, 1999 at 07:12:31:
In Reply to: Target Variables posted by Young zMUDer on August 23, 1999 at 13:30:06:
here is a little method for targeting both the transie and their form. #alias t {#variable target} type in t
#alias t2 {#variable target2}
#alias th {#variable th}
#alias swap {th @target;t @target2;t2 @th;t}
t2