Thread Tools Display Modes
Prev Previous Post   Next Post Next
05-15-16, 02:36 PM   #1
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
Can't load other lua file

Hello,
I have a simple structure:

MyAddon.toc file:
Code:
## Interface: 60200
## Title: MyAddon
## Notes: Description of MyAddon
other_file.lua
MyAddon.lua
other_file.lua :
Code:
print ("Text from other_file.lua");
MyAddon.lua :
Code:
print ("Text from MyAddon.lua");
and finally I have received text on wow console:

Code:
Text from MyAddon.lua
Where is text from the first file (other_file.lua).
It isn't execute?
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Can't load other lua file


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off