- function Load()
- system.setCommandCallback("Commands")
- wow.PrintChat("FakeBubbles loaded!",0xFFFFD700);
- end
- function Unload()
- wow.PrintChat("FakeBubbles Unloaded!",0xFFFFD700)
- end
- function Commands(param)
- if string.lower(param) == ".bubble" then uselightwell() return end
- end