How to wait for 10 seconds with process code blocks

Started by wangsuyang on

Topic category: Help with MCreator software

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to wait for 10 seconds with process code blocks

    Please how to wait for 10 seconds with process code blocks, I want to make a flare potion bottle to make light easily, and it will 

disappear 10 seconds later, but please who can tell me how how to let the light wait for 10 seconds with process code blocks

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
By the way, It will run on…
Tue, 02/20/2024 - 07:16

By the way, It will run on the Client

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"wait" on procedure
Tue, 02/20/2024 - 12:50

"wait" on procedure

Unfortunately, there is no…
Tue, 02/20/2024 - 18:48

Unfortunately, there is no client-side wait, but you could use some ticking trigger and count ticks with global variable to achieve a similar effect

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for your help:)
Wed, 02/21/2024 - 12:48

Thank you for your help:)