why does skript not accept half the particles?
if {_class} is 1:
draw 500 of flame at {_p} with extra 0.1 to all players
else if {_class} is 2:
draw 500 of dust using dustOption(blue,1) at {_p} with extra 1 to all players
else if {_class} is 3:
draw 500 of dirt at {_p} with extra 0.1 to all players
else if {_class} is 4:
draw 500 of smoke normal at {_p} with extra 0.1 to all players
else if {_class} is 5:
draw 500 of redstone at {_p} with extra 0.1 to all players
else if {_class} is 6:
draw 500 of totem at {_p} with extra 0.1 to all players```