Grimace levels

angryfarmer

New member
Is there any way to script with the grimace darkness levels as a condition? because i want to equip certain items on certain days automatically.
thanks
 

jasonharper

Developer
moon_light() returns the total light from both moons. There is no function for getting the Grimace darkness level, nor is there normally any need for one: you can directly inquire about the current characteristics of any moon-dependent equipment. For example:
numeric_modifier( $item[depleted Grimacite weightlifting belt], "Adventures" )
 

Bale

Minion
So, in a bass-ackward kind of way, if someone really wants to know the current level of grimace darkness, they can do this:

Code:
int grimace_dark = numeric_modifier($item[depleted Grimacite weightlifting belt], "Adventures");

But then we'd all make fun of such a person. ;)
 
Top