Help - Search - Members - Calendar
Full Version: KH abs problem
RPG RPG Revolution Forums > Scripting > Script Development and Support > RGSS
Haku
I have a problem with this abs รงรง
When a PG is resurrected, no longer appears. Let me explain: If there are parties A and B, and A dies, the "command" of the team goes to B. If A is resurrected, the chara is dead and does not go back into battle until they die B. You can fix it?

Demo ABS kingdom hearts:
http://www.megaupload.com/?d=E8WW7TB5
Night_Runner
I've played around with it a bit, and I see what you mean smile.gif

You need to insert the following bit of code:
CODE
if ($game_party.actors[@actor_id].dead? and @dead == false)
    or ($game_party.actors[@actor_id].dead? == false) and @dead == true
refresh
end


So that
before


becomes
after


And that should help fix the reviving issue smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.