Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Linkforce on November 16, 2006, 05:10:25 AM
-
So, I was wondering if there was a way to make it so a character can be inflicted with "Regen" during battle.
But specifically by choosing a command. What I mean is that if a character chooses "Regen" in the battle command window, they are inflicted with Regen for the remainder of the battle. Is this possible and how is it done? I'd appreciate some help. :)
-
Regen means rain. Yeha. Long time no digital texting.
Could you maybe have a switch or... somethin.
-
Oh...well I mean Regeneration. Like...gaining HP slowly each turn.
-
Yeah, it's possible. You would just show an animation, turn on a switch, and then make it to where after every turn, if that switch is on, you recover some health.
-
Specifics or step by step pleath?
-
Cant you just make a regnerative status condition? Im pretty sure I tired to do that once, but I cant remember if it worked. I think it did...hazy though.
mmm... donuts.
-
Originally posted by plightofthepureblood
Cant you just make a regnerative status condition? Im pretty sure I tired to do that once, but I cant remember if it worked. I think it did...hazy though.
mmm... donuts.
It does, actually.
If he wants it done all the time, he'd have to activate a swtich to do it. I dunno. There are a few ways to do regeneration and such. It just depends on how his events and conditions are set up, so they don't conflict with eachother.
-
I have this very command in my game for a character, but I do it the unproffesional way and paste the event into every Monster group.
Condition: Hero1 uses 'regen'
battle animation 1, hero1
Hero1 regen afflict
Make the condition 'regen' end after battle. You can choose how much hp is recovered every turn.