We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can do it using multi select and the plugin, but it will be nice with we have a command to do it! Ex:
student_\i(1, 10) => student_1 student_10 student_20 . . .
The text was updated successfully, but these errors were encountered:
Added in 1.4.3 -> Auto Step:
Syntax
as <text> [step_size] [repeat]
Command:
as student_10 10 x10
Result:
student_10 student_20 student_30 student_40 student_50 student_60 student_70 student_80 student_90 student_100
Sorry, something went wrong.
duydao
No branches or pull requests
I can do it using multi select and the plugin, but it will be nice with we have a command to do it! Ex:
The text was updated successfully, but these errors were encountered: