View Single Post
06-22-10, 12:09 PM   #15
b3vad
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Jun 2010
Posts: 21
Originally Posted by Xrystal View Post
are you including the lua file in either the xml file or the toc file before the xml file ?
yes i did
Originally Posted by Seerah View Post
Also, are these direct copy-pastes?

F_K1A_OnLoad =/= F_K1A_onLoad
that's right my typo mistake (renamed both function and fund another mistake in
Code:
this.RegisterEvent("PLAYER_TARGET_CHANGED");
the dot after this must be :
fixed thanks i will come back with more question and problems

for start whats the meaning of .. and "!" in
print("Hello " .. UnitName("target") .. "!");
does .. means that the next word is a code or function not a string?

Last edited by b3vad : 06-22-10 at 12:14 PM.
  Reply With Quote