Home
last modified time | relevance | path

Searched refs:OldHPMax (Results 1 – 1 of 1) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DLevelUp.py56 OldHPMax = 0 # << old maximum hitpoints variable
75 global OldHPMax, OldSaves, OldLore, OldThaco, DeltaDSpells, DeltaWSpells
102 OldHPMax = GemRB.GetPlayerStat (pc, IE_MAXHITPOINTS, 1)
454 if (OldHPMax != GemRB.GetPlayerStat (pc, IE_MAXHITPOINTS, 1)):
455 …GemRB.GetString (5293) + ": " + str(GemRB.GetPlayerStat (pc, IE_MAXHITPOINTS, 1) - OldHPMax) + '\n'