Actions
Feature #85
closedRepeat the last command
% Done:
100%
Company:
-
Contact person:
-
Additional contact persons:
-
Description
To have a SharpScript action:
#repeat [n]
That repeats the last command and sends it to the MUD without removing the input.
Added by Vincent Le Goff almost 8 years ago
Updated by Vincent Le Goff almost 8 years ago
- Status changed from Open to Closed
- Assignee set to Vincent Le Goff
- % Done changed from 0 to 100
Added in commit a6259b2072ec7cecb98a920486e6800a1fcd19a.
There are two ways of using this function:
- To repeat one time the last command in the history:
#repeat 1
- Or to repeat 5 times the 'look' command:
#repeat 5 look
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page
Add #85: create the #repeat SharpScript function to repeat commands