Im using "number chances out of number at random" to set up the attack rate.
How can i tell MMF to display "miss" mesage above player, if the bullet collide with him but "miss" the damage?
Printable View
Im using "number chances out of number at random" to set up the attack rate.
How can i tell MMF to display "miss" mesage above player, if the bullet collide with him but "miss" the damage?
It depends how your events are set up really. You could toggle a flag if the attack is hit and then compare against that flag. If the flag is true then the attack hit and you can deduct health, etc. If its false you set a string to missed and dispaly it above the player.
Is there any function to tell MMF that if a value was subtracted ill start an event?
yes, the event editor.
*Solved*