How to wait for 10 seconds with process code blocks

Started by wangsuyang on

Topic category: Help with MCreator software

Active 6 months ago
Joined Feb 2024
Points:
142

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 24
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

Active 6 months ago
Joined Feb 2024
Points:
142

User statistics:

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

By the way, It will run on the Client

Active 1 month ago
Joined Feb 2024
Points:
183

User statistics:

  • Modifications: 1
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
"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

Active 6 months ago
Joined Feb 2024
Points:
142

User statistics:

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

Thank you for your help:)