Attempt at storing a variable across proceedures. (SOLVED)

Started by DustedMC on

Topic category: Advanced modding

Last seen on 10:43, 8. Aug 2023
Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Attempt at storing a variable across proceedures. (SOLVED)
Tue, 08/08/2023 - 10:44 (edited)

I'm trying to detect the amount of damage a player takes by setting up two procedures:

First activates before the player is damaged.

Second activates when the player is damaged.

I want to store the current health from the first one and the current health from the second one to subtract the first from the second, then if the result (the damage) is higher than 8, i want to proc a custom potion effect.

Edited by DustedMC on Tue, 08/08/2023 - 10:44
I recommend making a global…
Mon, 08/07/2023 - 18:38

I recommend making a global variable in the workspace tab for this.

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei