CSBuild question: Monster hitpoints?
Posted: Tue Mar 04, 2003 8:17 pm
In CSBuild, the dialog box for modifying generators states that the monster's hitpoints are calculated using this formula:
(HPM ? HPM : LEM) * BHP + random (BHP / 4 + 1)
While I understand the second part, could you please explain to us non-programmers what the first part (HPM ? HPM : LEM) means? I am not familiar with this syntax.
Thanks!
(HPM ? HPM : LEM) * BHP + random (BHP / 4 + 1)
While I understand the second part, could you please explain to us non-programmers what the first part (HPM ? HPM : LEM) means? I am not familiar with this syntax.
Thanks!