Solved Spawnmob

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

Mr_pro68YT

New Member
Jul 4, 2020
9
0
1
23
How would i make a spawnmob? ive tried all i can think of
Code:
command spawnmob [<entity>] [<integer>]:
  permission: op
  permission message: "{@noperm}" # yes i have options
  trigger:
     spawn arg-2 of arg-1
or
Code:
command spawnmob [<entity>] [<integer>]:
  permission: op
  permission message: "{@noperm}" # yes i have options
  trigger:
     summon arg-2 of arg-1
Ive tried changing it to [<text>] instead of [<entity>] that doesnt work, ive already used the if arg-1 is set and stuff but im just kinda rewriting what i have here
 
Status
Not open for further replies.