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
➜ Repeat last command
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Fluffles
(3 posts) Bio
|
| Date
| Sun 26 Apr 2020 12:13 PM (UTC) |
| Message
| Hi ALL,
Sorry if this is covered somewhere but I've been searching the forums with no luck.
I wan to set a trigger to resend the previous command if given a specific prompt. I can make a trigger to "You lost your concentration!" and that solves the issue for any 1 spell but then only casts the triggered spell if I fail anything else.
example:
c 'nox' self
You lost your concentration!
or
c 'wraithform' self
You lost your concentration!
| | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Mon 27 Apr 2020 05:27 AM (UTC) Amended on Mon 27 Apr 2020 05:28 AM (UTC) by Nick Gammon
|
| Message
| The function GetCommandList returns a table of the most recent x commands you sent (where x is an argument). So this would send the most recent command:
Send (GetCommandList (1) [1])
The "1" in square brackets is extracting the first (and only, in this case) item from the table.
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | 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,957 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top