Help With Procedures - delay block [Solved]

Started by DragenSlayor on

Topic category: Help with MCreator software

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
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

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!

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

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.

Joined Sep 2016
Points:

User statistics:

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

OMG!!!!

 

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

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.

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...

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

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