• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Focusing console onLogin

ScorpionOT

uber n00b
Joined
Mar 28, 2015
Messages
417
Solutions
6
Reaction score
137
Greetings,

I've been trying to focus the textbox area of the 'modules/game_console/console.lua' (i.e consoleTextEdit) via means of:

Lua:
  consolePanel:show()
  consolePanel:focus()
  consoleTextEdit:show()
  consoleTextEdit:focus()

i.e: being able to write a message and send it to server (game) without having to click the console to focus it manually

But none seem to work.
Help?
 
Back
Top