View Single Post
08-02-20, 06:45 AM   #2
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
xml is not a programming language. It just describes your frames.
You dont need xml for an addon.

Addons register for events that should trigger functions. Or you can trigger a timed event.
Take a look at SetScript and
RegisterEvent.

Edit: Keep in mind that functions should be local, too.
__________________
The cataclysm broke the world ... and the pandas could not fix it!

Last edited by Rilgamon : 08-02-20 at 06:47 AM.
  Reply With Quote