View Single Post
08-25-06, 05:24 PM   #47
Astrial
A Defias Bandit
Join Date: Aug 2006
Posts: 2
Hi Gray, back again.

I recently respecced to Power Infusion as a priest, which has a 3 minute cool down. I was wondering if there was a way to set a timer to pop up into SCT after I'd used it, and when it came back up again.

2 different ways I've thought of (conceptually... as opposed to syntax) would be something like

on combat display 'xxx gains power infusion'
set timer 3 minutes
after timer elapsed
display SCT message (output to, for example, ismsg=) 'Power Infusion up!'

or:

on spell cooldown <power infusion up>
display SCT message 'Power Infusion up!'

I'm terrible with coding, so I thought I'd ask, I know this might well be a lot of added functionality or simply a personal request, but it might be a really cool feature to have in future SCTs! Or maybe it's in the current one and I have no idea how to use it!
  Reply With Quote