Hi, thanks for the reply. Fortunately (or unfortunately), my console looks exactly like what you showed, except beneath the bottom entry (tw_dungeons_expansion), I get a warning. I don't know if its critical.
WARNING: BaseButton's Enabled Focus Mode property has been deprecated due to redundancy and will be removed in Godot 4.0. Please use Control.set_focus_mode instead.
At: scene/gui/base_button.cpp:329
I tried going into the console whenever I encounter one of the errors I described. For example, when I try to assign a task to someone, the following error pops up in the console:
SCRIPT ERROR: assign_to_task: Invalid call. Nonexistent function 'get_location' in base 'WeakRef'.
At: res://src/character/ch_leveling.gd:213