• 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!

OTClient Call other module

Helliot1

Owner of Empire Online
Joined
Jul 26, 2017
Messages
315
Solutions
1
Reaction score
59
I need call a other module in a function.
I tried this, but don't work. How I can do this ?

LUA:
consoleToggleChat = modules.game_actions.consolePanel:getChildById('toggleChat')
 
Back
Top