Solved make an entity chase a player? (skStuff)

  • 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.

Elsmok

Member
Jul 3, 2017
25
1
0
Hello i downloaded skStuff hoping to be able to make a spawned entity chase a player but im having some problems.
Code:
command /test:
    trigger:
        if player is "Elsmok":
            spawn a pig at player
            set {_pig.%player%} to spawned pig
            loop all players in radius 15 of target block:
                set {_loop.%player%} to location of loop-player
                add pathfind goal target {_pig.%player%} to loop-player at speed 3


EDIT:
Sorry forgot to include some things:
Version of skStuff: 1.6.4.1
 
Does it give any errors? Or what problems did you run into?
 
Status
Not open for further replies.