#Skript if statements not working
1 messages · Page 1 of 1 (latest)
also with
send "&cEnchant add error: Stack detected"
wait 2 seconds
set {cooldown.srv_particle_book::%player's uuid%} to false
loop {_lore::*}:
if loop-value contains "Particles" or "&aPar&2tic&3les":
add 1 to {_times}
if "%{_times}%" contains "4" or "5" or "6":
send "&cEnchant add error: Maximum particle limit"
wait 2 seconds
set {cooldown.srv_particle_book::%player's uuid%} to false
if player is holding air or enchanted book:
send "&cEnchant add error: Invalid item"
wait 2 seconds
set {cooldown.srv_particle_book::%player's uuid%} to false
if player's inventory does not contain event-item:
send "&cEnchant add error: No enchanted book detected"
wait 2 seconds
set {cooldown.srv_particle_book::%player's uuid%} to false```
sometimes these send messages sometimes they dont
the if statements
Skript if statements not working
sorry for post title change this skript has many issues and i didnt wanna spam threads