View Single Post
Unread 10-07-11, 01:44 PM   #2
Aieny
Veiled Ripper
 
Aieny's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2011
Posts: 40
Place objectfactory.lua first in the RunAtStartup list. Thus:
Code:
RunAtStartup = {
    "objectfactory.lua",
    "addon.lua",
}
__________________
Lua Code:
  1. local function signature()
  2.     print("Aieny Celenovia")
  3.     print("www.riftcrafter.com")
  4. end
Aieny is offline   Reply With Quote