Started by
buddy3315
on
Topic category: Help with MCreator software
Why does a custom Variable 'Power" adds 3 instead of incrementing by 1?
The procedure is called by a Mob getting hurt call.
Anyone?
I can't see this being called 3 times every time a mob is hurt.
It might be because of the time the mob is hurting.
@ BrickMaster 5k.
You could be right, as I can't see it be anything else. I tried to look at the code but I could not see anything. I barely understand it.
I'm going to add a print function to see if this routine is being called more than once. As a test
Yes the procedure is actually called 3 consecutive times. Is this normal? or a Bug?
Here we see I added a print function that puts to the console the Global variable 'Power'
Here we see that print command executed 3X.