Page 3 of 3

Re: how-to

Posted: Mon May 14, 2018 4:56 pm
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.

Re: how-to

Posted: Mon May 14, 2018 4:57 pm
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!

Re: how-to

Posted: Mon May 14, 2018 5:03 pm
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")

Re: how-to

Posted: Mon May 14, 2018 5:11 pm
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! :)