function do_chat() draw_chatbox() end function load_chat(chatTable) current_chat = chatTable chat_interaction = 1 end function draw_chatbox() end