trigger:
set {blaze} to a blaze
spawn {blaze} at location 1000.500, 160, 1000.500
set {blazeNbt} to nbt compound of {blaze}
set {blazeNbt} to nbt compound from "{NoAi:1}"```
ive also tried using ```"{custom;NoAi:1}"``` and ```set tag "tag;custom;NoAI" of {blazeNbt} to "1"``` but the blaze still shoots fireballs
#cant give a mob NoAi
1 messages · Page 1 of 1 (latest)
for starters, you are using nbt wrong.
You have not actually applied anything to the nbt of the entity, you're just setting a bunch of vars
secondly:
https://docs.skriptlang.org/expressions.html#ExprAI
I see, thanks for helping
You’re welcome