Project

Profile

Help

Feature #85

closed

Repeat the last command

Added by Vincent Le Goff about 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Category:
MUD client
Sprint/Milestone:
% 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 about 7 years ago

Revision a6259b20 | View on GitHub | diff

Add #85: create the #repeat SharpScript function to repeat commands

Actions #1

Updated by Vincent Le Goff about 7 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

Also available in: Atom PDF Tracking page