View Single Post
11-02-10, 04:49 PM   #8
TransformedBG
A Fallenroot Satyr
Join Date: Oct 2010
Posts: 23
Originally Posted by Xinhuan View Post
First, see if your frame got created, do this:

/print GLUAFrame

You should see "Table: 0x29347293" or whatever if it got created.

If it didn't, you might want to edit your XML and remove the empty spaces before the equal signs

<Frame name="GLUAFrame" hidden="false">
so i tried /print in game and even tired print(GLUAFrame) in the .lua file

/print in game just give me refert to help yada yada yada
and when i put it in the lua file i get a return value of nil.

tried editing xml file as well.
  Reply With Quote