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
Currently, we're only able to use format next gui slot... I feel like adding the expression for it would provide slightly more customization for more usages
for example let's say I'm making a skript where I'm formatting multiple gui slots based off the next gui location
(current location is 10) but I'm formatting gui slot 10, 19, 28 and 37 and so one for 6 more slots
to do this we're currently needing to do
loop (integersfrom10to16):
format gui slot loop-value...
format gui slot loop-value+9...
format gui slot loop-value+18...
format gui slot loop-value+27...
I feel like being able to do
loop 7times:
format gui slot indexof next gui slot+27...
format gui slot indexof next gui slot+18...
format gui slot indexof next gui slot+9...
format next gui slot...
would prove easier on longer stuff like this and just feels better and with something like this I truly believe we'll see many more uses
The text was updated successfully, but these errors were encountered:
Description
Currently, we're only able to use
format next gui slot...
I feel like adding the expression for it would provide slightly more customization for more usagesfor example let's say I'm making a skript where I'm formatting multiple gui slots based off the next gui location
(current location is 10) but I'm formatting gui slot 10, 19, 28 and 37 and so one for 6 more slots
to do this we're currently needing to do
I feel like being able to do
would prove easier on longer stuff like this and just feels better and with something like this I truly believe we'll see many more uses
The text was updated successfully, but these errors were encountered: