Skip to content
New issue

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

Reversed list expression #2260

Closed
TrademarkTM opened this issue Jul 18, 2019 · 1 comment
Closed

Reversed list expression #2260

TrademarkTM opened this issue Jul 18, 2019 · 1 comment
Labels
completed The issue has been fully resolved and the change will be in the next Skript update. enhancement Feature request, an issue about something that could be improved, or a PR improving something. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.

Comments

@TrademarkTM
Copy link

Description

There isn't much to say really, it'd just reverse the order of the elements.
reverse[d] %objects%

It'd be useful when you need to loop numbers backwards, for example:
loop reversed (integers between 1 and 100):

@bensku bensku added enhancement Feature request, an issue about something that could be improved, or a PR improving something. priority: low Issues that are not harmful to the experience but are related to useful changes or additions. labels Jul 19, 2019
@TheLimeGlass
Copy link
Collaborator

You can do loop numbers between 100 and 1 and it works in reverse by the way. I added that I think somewhere near 2.2dev-25ish

@bensku bensku added the completed The issue has been fully resolved and the change will be in the next Skript update. label Sep 3, 2019
@bensku bensku closed this as completed Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed The issue has been fully resolved and the change will be in the next Skript update. enhancement Feature request, an issue about something that could be improved, or a PR improving something. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.
Projects
None yet
Development

No branches or pull requests

3 participants