> am a beginer at scripting
We noticed that, because every beginner forget to add "map return" at the end.
That didn't work either, i gived up on that and tried this:
player check armour armourValue
if $armourValue == 10 {
entity delete 15 9 0
map return
I wanted the script to check the value of the armour, if its 10 then the decoration in the coords gets deleted... But that didnt work either.
Do you know what am doing wrong in my script?