Started by
WitPantix
on
Topic category: Help with MCreator software
how can i create a weapon that every 7 hits gives me a heart?
Edited by WitPantix on Sun, 02/26/2023 - 09:44
Topic category: Help with MCreator software
how can i create a weapon that every 7 hits gives me a heart?
You can make a variable called hits that is "PLAYER-LIFETIME." you could have it go up every hit, and make it so that every time it is at least 7 you set it to 0 and heal the player 2 health.