Does this account for the fact that poor Ed doesn't have a brain with him? (according to Gemelli his brain is in a jar somewhere off screen and thus inaccessible to the player)
Perhaps a bug report would have been useful, rather than trying to work around behavior that you think is incomplete without bothering to tell anybody...(the $monster.boss proxy record doesn't seem to be very thoroughly implemented?).
Expression syntax errors for 'modifier_eval()':
Can't understand audience/3))
Expected ), found
Expected ), found (zlib.ash, line 186)
You're on your own, partner.
I get this when trying to use WHAM today....is it a typo in zlib? I'm in an avatar of sneaky pete run.
Code:Expression syntax errors for 'modifier_eval()': Can't understand audience/3)) Expected ), found Expected ), found (zlib.ash, line 186) You're on your own, partner.
The problem is that the formula for snap fingers contains the keyword 'audience' which is never defined in batbrain.
WHat is needed is to, somewhere afterin BatBrain to add a line statingCode:float[string] fvars; // variables for formulas
Code:fvars["audience"] = my_audience();
No, but that error is probably due to your BatBrain (which also isn't being updated) being out of date. My BatBrain contains the line:is zlib still being updated?
if (my_class() == $class[avatar of sneaky pete]) fvars["audience"] = my_audience();
is zlib still being updated?
No, but that error is probably due to your BatBrain (which also isn't being updated) being out of date. My BatBrain contains the line:If yours doesn't, then that's your problem, not zlib.Code:if (my_class() == $class[avatar of sneaky pete]) fvars["audience"] = my_audience();
It can also vary for other reasons, mainly Florist Friar plants.In Heavy Rains, the monster_level_adjustment() differs depending on location.