Freakboy Member 82 Aug 6, 2007 #2 to change hp/sp: Code: $game_party.actors[actor_id].hp $game_party.actors[actor_id].sp replace actor_id by the index of the actor in the party. Upvote 0 Downvote
to change hp/sp: Code: $game_party.actors[actor_id].hp $game_party.actors[actor_id].sp replace actor_id by the index of the actor in the party.
JXROOK Member 10 Aug 6, 2007 #3 Freakboy;255251 said: to change hp/sp: Code: $game_party.actors[actor_id].hp $game_party.actors[actor_id].sp replace actor_id by the index of the actor in the party. Click to expand... thx...... is that in the game_actor section or in the game_party and the enemies HP/SP and the gold? Upvote 0 Downvote
Freakboy;255251 said: to change hp/sp: Code: $game_party.actors[actor_id].hp $game_party.actors[actor_id].sp replace actor_id by the index of the actor in the party. Click to expand... thx...... is that in the game_actor section or in the game_party and the enemies HP/SP and the gold?
PhotonWeapon Member 110 Aug 6, 2007 #4 Freakboy;255251 said: to change hp/sp: Code: $game_party.actors[actor_id].hp $game_party.actors[actor_id].sp replace actor_id by the index of the actor in the party. Click to expand... I think that only changes their CURRENT HP/SP; not maximum. BlueScope's post in this thread should have the solution to change a character's or enemy's Max HP/SP. I'm not at home right now so I can't see for myself but it should work, I think. I don't know where to change the cap for gold, though. Upvote 0 Downvote
Freakboy;255251 said: to change hp/sp: Code: $game_party.actors[actor_id].hp $game_party.actors[actor_id].sp replace actor_id by the index of the actor in the party. Click to expand... I think that only changes their CURRENT HP/SP; not maximum. BlueScope's post in this thread should have the solution to change a character's or enemy's Max HP/SP. I'm not at home right now so I can't see for myself but it should work, I think. I don't know where to change the cap for gold, though.