View Single Post
05-09-13, 06:01 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Assuming you can start a DBM countdown timer via slash command, just look in DBM's files for where it defines that slash command -- search for "SlashCmdList" -- and then just call the function with the appropriate arguments, eg.

Code:
SlashCmdList["DBM_TIMER"]("custom 60")
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote