Hello,
Just wondering if anyone knows why this wouldn't be working it only sends me the test message if its a chicken spawner so very confused?
Just wondering if anyone knows why this wouldn't be working it only sends me the test message if its a chicken spawner so very confused?
code_language.skript:
on script load:
add zombie to {spawnertypelist::*}
add cow to {spawnertypelist::*}
add chicken to {spawnertypelist::*}
on right click:
if player is sneaking:
if event-block's spawner type is {spawnertypelist::*}:
send "test"