laFeet Member 10 Oct 14, 2007 #1 How do i make an event where the character uses a skill during battle and uses 50% of HP/MP?
Spiritual Member 114 Oct 14, 2007 #2 Try setting the comment event to the skill that goes like this (Using HP in example): @>Control Variables: [0001: HP] = [Actor]'s HP @>Control Variables: [0001: HP] /= 2 @>Change HP: [Aluxes], - Variable [0001: HP] Upvote 0 Downvote
Try setting the comment event to the skill that goes like this (Using HP in example): @>Control Variables: [0001: HP] = [Actor]'s HP @>Control Variables: [0001: HP] /= 2 @>Change HP: [Aluxes], - Variable [0001: HP]