Creating Alias - new and dull user ;)

Post Reply
tulip
Posts: 1
Joined: Mon Apr 05, 2021 3:48 pm

Creating Alias - new and dull user ;)

Post by tulip »

Hi guys,
I know my question will be super basic but I'm a really new user of Mudlet and my friend helped me with all the setup. But.. I need to add one more alias and I have no one to help me right now.. I tried to read manuals and do this by myself but I don't have a lot of free time to look for errors etc..
Can you please help me create it?

It'a a long sequence about herbs that I really need and I will not put it all here - I just need the information what to write in each section etc..
"lower weapon, open bag, take the yellow flower from the bag, eat the yellow flower, close bag, draw a weapon"

If similar topic exists here already please let me know.. I couldn't find it.
Thank you for all the help in advance!

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Creating Alias - new and dull user ;)

Post by Vadi »

What would you like to do?

If you'd like to have an alias that sends all that text, try this:
Code: [show] | [select all] lua
sendAll("lower weapon", "open bag", "take the yellow flower from the bag", "eat the yellow flower", "close bag", "draw a weapon")

User avatar
Zaphob
Posts: 180
Joined: Wed May 09, 2012 8:07 am
Location: mg.mud.de

Re: Creating Alias - new and dull user ;)

Post by Zaphob »

Check out the alias intro - it shows how to succeed a very alike example with screenshots and all:

https://wiki.mudlet.org/w/Manual:Introduction#Aliases

Post Reply