Hi, Community.
Might be a tough one, but is it possible to create a loop when writing your skills, for example:
This repeats a mob spawn 30 times, spawning in 1 mob per second, underneath that line, I want something like this:
(Note: The above command is Denizen)
The problem I'm having at the moment, is that this counter is always at...
Creating "Loops" with multiple skills in a skillset.
Might be a tough one, but is it possible to create a loop when writing your skills, for example:
Code:
- summon{type=Melee;radius=5;amount=1;repeat=30;repeatInterval=20} @self
Code:
- command{cmd="ex flag server raid_mob_count:+:1"} @self
The problem I'm having at the moment, is that this counter is always at...
Creating "Loops" with multiple skills in a skillset.