Page 1 of 1

Need help

Posted: Tue May 05, 2020 4:34 am
by sscheckles
I just started using this client and I'm not really good with this one not sure what the patterns are and how to get things to work properly.
I wanted to make an alias that will c 'fireball' in every direction but target a specific target. The syntax is c 'fireball' <dir> <name>. Anyone shed some light on how to make a targeting method like set a target then able to cast "fb" and it will keep casting at that specific target in every direction til the cast goes off? Not sure if any of that made sense.

Thanks!

Re: Need help

Posted: Tue May 05, 2020 7:01 am
by Vadi
Yes for sure, check out https://wiki.mudlet.org/w/Manual:Introduction#Aliases - it describes what to do for you

Re: Need help

Posted: Fri May 08, 2020 11:44 pm
by sscheckles
Okay so I figured out the targeting feature but when I'm having trouble trying with casting in the directions. Lets use Jaff as the target.
send("c 'fireball' North"..target) but the syntax that comes out say c 'fireball' northjaff. There is no space between the North and the target, and I am having difficulty figuring out how to seperate the direction and name

Thanks! :?:

Re: Need help

Posted: Sat May 09, 2020 1:53 am
by Vadi
Put in a space after north inside the quote 😉

Re: Need help

Posted: Sat May 09, 2020 4:43 am
by sscheckles
Haha I was trying everything! Thank you!