hello i need help with gui formatting.
im currently ussing skript-gui and trying to make list.
Im trying to make a list using loop, and looping a variable and making a gui with it.
function shovellist(p: player):
create a gui with virtual chest inventory with 6 rows named "ALL SHOVELS ®" and shape "xxxxxxxxx", "x1234567x","x89sssssx","xsssssssx","xsssssssx", and "xxxxbxxxx":
make gui slot "x" with gray stained glass pane named "&c✖"
make gui slot "b" with barrier named "&cʟᴇꜰᴛ-ᴄʟɪᴄᴋ ᴛᴏ ɢᴏ ʙᴀᴄᴋ":
make player execute command "/upgrade"
loop 9 times:
set {_st} to {t%loop-value%s}
make gui slot "%loop-value%" with {_st}
open the last gui for {_p}"```
here is my code, i don't know how can i make it so i could do it 25 times, becasue idk how to shape my gui, any help?