Is There to spawn an entity at a location

  • 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 comminuty!

    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.

MrEnxo

Member
Feb 12, 2020
11
0
0
26
Im trying to make like a custom rpg type thing and im trying to make a custom mob with custom names and drops, health, strength and extra but i need my mob to spawn in World Skyblock at a certain location and/or block. I already now how to spawn the mob but i dont now how to spawn it at this place
 
hard coded location:
Code:
spawn zombie at {_loc}
spawn zombie at location at x, y, z
not hard coded:
Code:
on spawn of zombie:
    set {_pos} to last spawned zombie's location
    kill zombie
    spawn zombie at {_pos}
 
Status
Not open for further replies.