ainslec / adventuron-issue-tracker

Adventuron Issues Tracker
4 stars 0 forks source link

Clean up "clear_screen_enable" #485

Open ainslec opened 2 years ago

ainslec commented 2 years ago

My solution to this might be as follows:(in either theme_settings or game_settings):

clear_screen_on_look = true | false | boolean_var
clear_screen_on_move_location = true | false | boolean_var
clear_screen_command_enabled = true | false | boolean_var

Josh's original comment here:

(From Josh Goebel)

oh clear_screen_enable=false ALSo breaks explicit clear_screen, i wouldn't have guessed that