Help please! I want to create a raid mod.

Started by balintuszi1 on

Topic category: Help with modding (Java Edition)

Last seen on 11:29, 29. Oct 2022
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help please! I want to create a raid mod.

Please help! I want to make a block is spawning zombies every 5 seconds if the player press the start button.  I don't know  how to make a procedure is execute a command every 5 seconds. Workspace: https://www.mediafire.com/file/l2uo90tkyima2rg/Infection_Raides_v1_work…

 

Block GUI: https://imgur.com/9gZUKwM

Last seen on 19:40, 6. Jun 2023
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can help you. All you need…
Fri, 04/24/2020 - 21:26

I can help you. All you need to do is always run the script and have it each time check of five seconds has passed since a zombie was last made and if it has, you spawn another one.

Last seen on 11:29, 29. Oct 2022
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you, I solved the…
Tue, 06/02/2020 - 11:01

Thank you, I solved the problem.