[Solved, kinda] Repeat [number] times BUT with a custom wait time between each thing that is done

Started by RedWirePlatinum on

Topic category: Feature requests and ideas for MCreator

Last seen on 05:13, 26. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Solved, kinda] Repeat [number] times BUT with a custom wait time between each thing that is done
Wed, 09/13/2023 - 23:30 (edited)

I'm not the best at explaining, but I imagine the text for this loop block to look something like this:
repeat [number] times with tick wait time [tick number]

do [insert whatever is to be executed the given amount of times]

As of now, making custom NBT data works just fine as a work-around to this, but I think this would be a cool addition to mcreator :]

Edited by RedWirePlatinum on Wed, 09/13/2023 - 23:30
Last seen on 15:21, 16. Oct 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So basically you mean:   …
Sat, 09/10/2022 - 11:41

So basically you mean:

 

while <condition> do:
	<user stuff>
	wait <amount> seconds
	

 

 

 

Last seen on 05:13, 26. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah, but for people that…
Sat, 09/24/2022 - 06:25

yeah, but for people that don't know anything about java LOL

Last seen on 05:13, 26. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(like me)
Sat, 09/24/2022 - 06:26

(like me)

Last seen on 02:00, 20. Feb 2023
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just put a "wait [] ticks on…
Mon, 10/17/2022 - 20:00

Just put a "wait [] ticks on server-side then do" inside a "repeat [] times" block

Last seen on 05:13, 26. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Everything still executes…
Sat, 10/22/2022 - 22:06

Everything still executes all at once instead of waiting [number] amount of ticks then doing said thing.