29 Nov 2023, 16:20

For some reason the following code crashes the site:

when [any] key released
set [#] to ("0")
repeat("10")
 if <key (#) is pressed> then
  set [type] to (#)
 end
 change [#] by ("1")
end