A_RTS/scripts/chat.lua

13 lines
152 B
Lua

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