#for loop help?
1 messages · Page 1 of 1 (latest)
it loops through alot of entities, so a for loop would help me create a interval for different levels and speeds. like 20, 40, 60 plus ticks before a mob is spawned. (spawners addon)
otherwise im stuck at just one speed.
here is the full code for context if needed
first attachment was the part i needed help with
here is the entire code
Make object and identity the spawner or something and increment a value of tick till it reaches the value that you want for that level
i got the for loop working great for multiple types, and the console.warns are showing everything exact, but my command won't execute. a little further now from this issue
so must be a issue or value somewhere. getting close
The conditions for the command to run probably are not being met
yup