Solved How to make an entity follow a path?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

FishRekt

Active Member
Jan 26, 2017
87
0
0
I want to spawn a zombie and to make this zombie follow a way. Do i need to make him teleport?

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
 
Ok, i'll try it, i'll let you know.

Ok it works thank you
 
Last edited by a moderator:
Status
Not open for further replies.