QUOTE(SDR Fang @ Dec 11 2023, 12:35)

Great tool, it is my nightmare that I was editing the key bindings in the first level of arena and made some mistake so I'm not able to open the settings page any more.
BTW, could you explain why multiple "TargetMonster" inside "Strongest" is invalid? I think it still works in the game, e.g.
CODE
Bind(KEY_Q, Alt, Strongest([TargetMonster(6), TargetMonster(7), Cast('Imperil')]));
Or is it forbidden by the rule?
Although it is a common knowledge that:
QUOTE(Shank @ Apr 26 2022, 18:38)

if monsterbation doesn't let you do it, it's probably not allowed.
However,
just because something is not enforced by the Monsterbation doesn't mean it's not against the rules.. In this case, having multiple "TargetMonster" within the "Strongest" is not explicitly forbidden by the Monsterbation, it still violates the rules.
"TargetMonster" is implemented so that the Monsterbation checks whether the target is dead before performing an action (in your case, the action would be casting the selected "offensive spell", Imperil). If the target is dead, Monsterbation will simply skip this "TargetMonster."
So basically,
CODE
Bind(KEY_Q, Alt, Strongest([TargetMonster(6), TargetMonster(7), Cast('Imperil')]));
becomes: Select Imperil, cast it on monster 7
if monster 7 is alive, otherwise cast it on monster 6, which violates the rule:
QUOTE(Nezu @ Nov 28 2020, 04:43)

Forbidden Actions[list]
...
[*]Automatic target selection.
...
This is mentioned by the
sickentide (the author of the Monsterbation script) here:
https://forums.e-hentai.org/index.php?s=&am...t&p=6050880