how-to

khiren
Posts: 14
Joined: Wed Apr 25, 2018 3:01 pm

Re: how-to

Post by khiren »

Jor'Mox wrote:
Mon May 14, 2018 4:53 pm
To have things you send to the game check aliases, you need to use the expandAlias function, rather than the send function.
Hi Jor'Mox

I know you are trying to help me, and I am really thankful, but when you tell me something like this I don't know what to do with it :(

I am pretty new here I still struggle with basics.

khiren
Posts: 14
Joined: Wed Apr 25, 2018 3:01 pm

Re: how-to

Post by khiren »

Vadi wrote:
Mon May 14, 2018 4:54 pm
I think you'll find the send() documentation helpful here! https://wiki.mudlet.org/w/Manual:Basic_Essentials#send
Thanks I will check it!

Jor'Mox
Posts: 1142
Joined: Wed Apr 03, 2013 2:19 am

Re: how-to

Post by Jor'Mox »

khiren wrote:
Mon May 14, 2018 4:56 pm
Jor'Mox wrote:
Mon May 14, 2018 4:53 pm
To have things you send to the game check aliases, you need to use the expandAlias function, rather than the send function.
Hi Jor'Mox

I know you are trying to help me, and I am really thankful, but when you tell me something like this I don't know what to do with it :(

I am pretty new here I still struggle with basics.
If you want to send the literal text "sle", then you would have your code be this: send("sle")
BUT, if you want to use your alias instead, your code would be this: expandAlias("sle")

khiren
Posts: 14
Joined: Wed Apr 25, 2018 3:01 pm

Re: how-to

Post by khiren »

Jor'Mox wrote:
Mon May 14, 2018 5:03 pm
khiren wrote:
Mon May 14, 2018 4:56 pm
Jor'Mox wrote:
Mon May 14, 2018 4:53 pm
To have things you send to the game check aliases, you need to use the expandAlias function, rather than the send function.
Hi Jor'Mox

I know you are trying to help me, and I am really thankful, but when you tell me something like this I don't know what to do with it :(

I am pretty new here I still struggle with basics.
If you want to send the literal text "sle", then you would have your code be this: send("sle")
BUT, if you want to use your alias instead, your code would be this: expandAlias("sle")
much better - thank you! :)

Post Reply