Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Change
$game_party.partyhp(
to
$game_party.pthealth(
I'm not sure how I missed that this whole time!
Sorry it took so long, life happened.
As for the second thing you posted, I'm working on it. So far, it's updating when the turn starts, so I just gotta get it to update earlier than that.
Script "Shared_HP" line 145: ArgumentError occured.
wrong number of arguments (1 for 0)
Also I done goofed, do change the one under remove_actor if you're wondering why you're magically losing HP removing a member not in the active party, although that's more of a rarer case.
I'm not entirely sure this is a complete fix but I got it working by changing all instances of $game_party.members to $game_party.battle_members in Shared_HP.
However, don't change the one under remove_actor.
Going to update the Dropbox and Steam Workshop files with this change.