Get ignore zone warnings
Function Syntax
boolean get_ignore_zone_warnings()
Returns the value of the KoL option to disable the "This area might be too tough for you" warnings. If KoL ignores those stat requirement warnings, then this returns true.
Code Samples
If the character can access the White Citadel, this code will buy Cherry Cloaca Colas to restore MP to max.
if( !get_ignore_zone_warnings() && my_buffedstat( my_primestat() ) < my_location().recommended_stat )
print( "Warning! Your stat is too low!" );