You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is tricky for me to explain so bear with me.
A method to build GUIs with pages would be quite nice, we could have a syntax like this set slot <number> of page <number> of <gui> to <item> or something similar.
If the above syntax is added then it would be nice to have a few extra things to accompany it, one of which would be a condition to check if the current GUI has a previous and/or next page. Another would be to take the player to the previous/next page.
With all three of those being added, we can have buttons that check for a next and previous page and transitions between pages as necessary.
The text was updated successfully, but these errors were encountered:
Description
This one is tricky for me to explain so bear with me.
A method to build GUIs with pages would be quite nice, we could have a syntax like this
set slot <number> of page <number> of <gui> to <item>
or something similar.If the above syntax is added then it would be nice to have a few extra things to accompany it, one of which would be a condition to check if the current GUI has a previous and/or next page. Another would be to take the player to the previous/next page.
With all three of those being added, we can have buttons that check for a next and previous page and transitions between pages as necessary.
The text was updated successfully, but these errors were encountered: