Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> KH abs problem
Haku
post Aug 21 2011, 06:10 AM
Post #1


Level 11
Group Icon

Group: Revolutionary
Posts: 187
Type: Scripter
RM Skill: Advanced




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
Go to the top of the page
 
+Quote Post
   
Night_Runner
post Aug 29 2011, 06:24 AM
Post #2


Level 50
Group Icon

Group: +Gold Member
Posts: 1,523
Type: Scripter
RM Skill: Undisclosed




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


__________________________
K.I.S.S.
Want help with your scripting problems? Upload a demo! Or at the very least; provide links to the scripts in question.

Most important guide ever: Newbie's Guide to Switches
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 23rd May 2013 - 12:43 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker