extends PanelContainer onready var action = $HBox/Content/Game/VBox/HBox2/VBox/Action onready var messages = $HBox/Content/Game/VBox/Messages onready var partner = $HBox/Content/Game/VBox/HBox2/Partner onready var PDA = $HBox/Content/Game/VBox/HBox/PDA onready var shoutbox = $HBox/Shoutbox onready var whatnow = $HBox/Content/Game/VBox/HBox2/VBox/WhatNow onready var view = $HBox/Content/Game/VBox/HBox/View func send_chat_message(id, msg): get_parent().send_chat_message(id, msg)