View Single Post
Unread 10-08-11, 05:18 AM   #6
Aieny
Veiled Ripper
 
Aieny's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2011
Posts: 40
If you'd like, PM me with the full code and I'll take a look and see what's going on. What you've posted should work; the only thing I can think of is that there is an error in the objectfactory.lua file that is stopping it from completely loading (thus the function is undefined).
__________________
Lua Code:
  1. local function signature()
  2.     print("Aieny Celenovia")
  3.     print("www.riftcrafter.com")
  4. end
Aieny is offline   Reply With Quote