I want to spawn a zombie and to make this zombie follow a way. Do i need to make him teleport?
EXAMPLE:
EXAMPLE:
code_language.skript:
command /spawnzombie:
trigger:
spawn a zombie at {zombielocation::1}
loop 200 times:
teleport last spawned zombie to {zombielocation::%1 + loop num%}
command /setspawnzombie:
trigger:
set {zombielocation} to location of player