Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Sign in to follow this  
RoxasKennedy

Diffrent battler during status?

Recommended Posts

I think this isn't possible, but...

 

Is it possible that the another battler appears during the status effect?

Example: Battler 001-Fighter01 is inflicted with status ??? and his battler image changes into 052-Undead02 battler. Is that possible to do?

Share this post


Link to post
Share on other sites

It is possible. I did exactly that for my game. All you need is a common event to check if the state is ON. Or you can use the skill's call common event command, which is easier if the state is inflicted by a skill.

 

You can change back to the original battler with a conditional branch inside the common event checking if the player is in battle or not with "$game_temp.in_battle == true" in the Script section.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...