Solved Please help me with this! I need it!

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

gamer_YT762

Member
Jun 9, 2021
19
0
1
24
Hey! Im making a clicker type server, where if you kill mobs, you get multi. Here comes the part that i need you to code. I want to make like gens wich you place down, it will start spawning mobs. Many thanks if you can make it!
 
There are multiple skripts that already do that, and you are in the wrong section - this is for help only if you want something to get coded use https://forums.skunity.com/forums/requests/

But this is your solution:
Code:
on place of stone:
  add location of event-block to {spawner::*}

on break of stone:
  if {spawner::*} contains event-location:
    remove event-location from {spawner::*}

every 1 second:
  loop {spawner::*}:
    spawn a zombie at loop-value
 
There are multiple skripts that already do that, and you are in the wrong section - this is for help only if you want something to get coded use https://forums.skunity.com/forums/requests/

But this is your solution:
Code:
on place of stone:
  add location of event-block to {spawner::*}

on break of stone:
  if {spawner::*} contains event-location:
    remove event-location from {spawner::*}

every 1 second:
  loop {spawner::*}:
    spawn a zombie at loop-value
thanks, i didnt see your answer!
 
Status
Not open for further replies.