how do i make an event wait

Started by OWOowOooadeofo… on

Topic category: Advanced modding

Last seen on 21:06, 10. Nov 2023
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make an event wait

i want a procedure to wait a few seconds before doing the next part of the procedure

how do i do that

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If it is for block or entity…
Sat, 07/20/2019 - 23:03

If it is for block or entity than use NBT tag values that Will count to 20 for example on every tick update
"So that every tick update will gonna add 1 to NBT tag" then just add IF: NBT Tag Value =< 20 Do: Set NBT tag value to 0 and "Put rest of your idea from here"