Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ General
➜ a more complex Send syntax?
a more complex Send syntax?
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Bonzai
(2 posts) Bio
|
Date
| Sun 26 Aug 2007 06:15 PM (UTC) |
Message
| I want to do a more complex Send. Seomthing like. . .
Send (GetAliasOption("myalias," "match") & "is an alias of mine")
Is there a way to do that? What's the correct syteax? basically I want to be able to send a combination of string within quotes plus other variables obtained from Script commands, like GetAliasInfo, GetTriggerInfo, etc. | Top |
|
Posted by
| Shaun Biggs
USA (644 posts) Bio
|
Date
| Reply #1 on Sun 26 Aug 2007 06:27 PM (UTC) |
Message
| Send just sends whatever string you have as a parameter. Sending multiple things through a string is as simple as concatenating strings in whatever language you are using.
For Lua:
Send (GetAliasOption("myalias," "match").." is an alias of mine") |
It is much easier to fight for one's ideals than to live up to them. | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
10,696 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top