Page 1 of 1

JMC and targeting

Posted: Tue Aug 31, 2010 2:05 am
by pinion
I just returned to MUME, and am re-doing my client settings. I used to have a setup there i could type say, "te" and it would set my client to target *elf*. Then my hotkeys would correspond,
and F1 would bolt the elf, F2 harm, etc.

I realize this is a fairly simple setup, so am hoping some kind JMC'er out there can help me recreate this. Thanks!

Re: JMC and targeting

Posted: Tue Aug 31, 2010 9:20 pm
by Kuri
#alias te {#var target *elf*}
#hot {F1}{cast q 'lightning bolt' $target}

everything you need right here :)

Re: JMC and targeting

Posted: Thu Sep 02, 2010 12:06 am
by pinion
ty much:)