Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 22nd, 2012  |  syntax: None  |  size: 0.29 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. function Load()
  2.         system.setCommandCallback("Commands")
  3.         wow.PrintChat("FakeBubbles loaded!",0xFFFFD700);
  4. end
  5. function Unload()
  6.     wow.PrintChat("FakeBubbles Unloaded!",0xFFFFD700)
  7. end
  8. function Commands(param)
  9.     if string.lower(param) == ".bubble" then uselightwell() return end
  10. end