extends Label func _ready() -> void: UserContext.modal_command_change.connect(modal_command_change) modal_command_change(null) func modal_command_change(c: Command): if c == null: visible = false return visible = true text = c.modal_name + " " + UserContext.selected_member.currency.name