Execute a procedure with a pause

Started by CafecitoConMiel on

Topic category: Help with modding (Java Edition)

Last seen on 09:18, 7. Feb 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Execute a procedure with a pause
Wed, 02/02/2022 - 01:27 (edited)

Hi to everyone, I would like to execute a procedure every 20 ticks. I'm doing it with the wait/do block, but all of them execute in parallel (maybe wait/do is async)

How can I Acomplish it? The current code is:

 

code

 

Edited by CafecitoConMiel on Wed, 02/02/2022 - 01:27