code_language.skript:
command /killnpc:
executable by: players
description: Kills an npc
permission: op
permission message: &c&lNIEN!
trigger:
loop all entities in radius 3 around player:
if nbt compound of loop-entity contains"{Tags:[""skriptspawnedentity""]}":
kill loop-entity
This code gives the error: There's no loop that matches 'loop-entity.......
code_language.skript:
if nbt compound of loop-entity contains "{Tags:[""skriptspawnedentity""]}":