so with this code it stops right before the loop starts, i only get send two "h" meaning the bottom half of the code isnt running why?
if index of event-slot = 10:
send "h"
set {_gui} to a new chest inventory with 6 row named "Rank: &eHelper"
set slot (integers between 0 and 53) of {_gui} to gray stained glass pane named " "
set {_slot} to 10
send "h"
loop all offline players where [group of input is "owner"]:
send "h"
set slot {_slot} of {_gui} to yellow concrete named "%loop-offlineplayer%"
add 1 to {_slot}
send "h"
#set slot 10 of {_gui} to yellow concrete named "&eHelper" with lore "&7Staff ranked as helper."
open {_gui} to player
send "h"```