Help With Procedures - delay block [Solved]

Started by DragenSlayor on

Topic category: Help with MCreator software

Last seen on 19:28, 24. May 2019
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help With Procedures - delay block [Solved]
Mon, 11/19/2018 - 16:54 (edited)

Is there any way to wait in between each action in procedures? I'd like to know if theres a way.

Edited by DragenSlayor on Mon, 11/19/2018 - 16:54
Last seen on 13:41, 13. Mar 2021
Joined Jun 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That looks like it's for…
Thu, 06/07/2018 - 01:20

That looks like it's for minecraft versions up to 1.8.x.  There is mention of using the Capabilities system for 1.8.9+.  I'll have to go read up on that.

 

You'd think the vanilla code up there would work, though.  *shrug*  I must be screwing up the while loop.  I just need to figure it out.  Or, uh, just use Forge's new way of doing things.  Both will require more reading. :P

Last seen on 19:28, 24. May 2019
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks!
Tue, 06/12/2018 - 22:48

Thanks!

Last seen on 11:31, 30. Sep 2023
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for this useful forum…
Sat, 08/11/2018 - 07:26

Thanks for this useful forum, guys!

Last seen on 00:37, 19. Dec 2021
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your Welcome.
Sun, 11/18/2018 - 22:06

Your Welcome.The Wait until block image

Last seen on 00:37, 19. Dec 2021
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Set global variable …
Sun, 11/18/2018 - 22:08

Set global variable "waitTimer" to itself + 1.

if the variable "waitTimer" is "your number value here"

then execute commands below

reset variable "waitTimer" to "0"

Complete task, wait for next execution of procedure.

 

the myth of "waitUntil" block is now possible.

Last seen on 20:59, 1. Feb 2021
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OMG!!!!  
Sun, 12/30/2018 - 13:52

OMG!!!!

 

Last seen on 12:49, 25. Apr 2020
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
works for me
Sun, 04/07/2019 - 22:13

works for me

Last seen on 17:05, 19. Jul 2019
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Minecraft does freeze. Other…
Fri, 07/19/2019 - 15:46

Minecraft does freeze. Other processes in mod freeze

Last seen on 18:08, 31. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is the tick rate of the…
Sun, 08/18/2019 - 08:54

What is the tick rate of the block? If the tick rate is 20 (1 second), then the procedure wouldn't be run until those ticks have passed.

Last seen on 18:08, 31. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry, I was responding to a…
Sun, 08/18/2019 - 08:55

Sorry, I was responding to a post on a different page and didn't realize there was another...

Last seen on 17:46, 5. May 2020
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you type that whole line…
Wed, 12/04/2019 - 16:15

can you type that whole line because there is a ... partway through it

Last seen on 17:46, 5. May 2020
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the thing on page 2   there…
Wed, 12/04/2019 - 16:18

the thing on page 2

 

there is a custom code snippet thingy I want to know