Can't use summon effect with coordinates

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

slap_nap

Member
Jun 21, 2020
1
0
0
23
I was trying to use the summon effect but i cant i had code somthing like this:
every 2 seconds in "world":
spawn zombie named "&4&lZOMBIE" at [0 -28.92 57.00 174.06]

version: 2.2

i cant find understandable info on the syntax on any threads on skunity and before you ask i have looked on the documentation if somebody could just post the syntax that would be really helpful

this is my first post on skunity so please excuse any formatting errors
 
Try something similar to a teleport.

Examples:
Code:
every 2 seconds in world "world":
    spawn zombie named "&4&lZOMBIE" at location at -28.92, 57, 174.06 in world "world"
 
Status
Not open for further replies.