if you got any suggestions for things to add throw 'em at me and ill see what i can do. (cant promise anything ofcourse but time to contribute

ie will upload if someone finds it usefull)
implemented and tested a iftimex function which basically checks time left on spells on either you or your target.
/iftimex -- your spell
/iftimetx -- your targets spell
ie.
-- time left on whatever spell you are casting is less than x
/iftimex
/do whatever
/end
-- time left on HT is less than x
/iftimex Healing Touch
/do whatever
/end
-- time left on either is less than x
/iftimex Greater Heal,Heal
/do whatever
/end
more practical example, for single-target healing (raid perhaps)
/iftime0.5 Holy Light
/iftll70 -- target hp >= 70%
/stopcasting
/click CastLastSpellMacro
/end
/end
can ofcourse be used to not accidently interrupt the wrong spell(RoS)
/iftime1 Spirit Shock (just showing "how" it "can" be used ^^)
/cast kick
/end
hmm there was something else.. cant recall it atm though..
as i said, any suggestions for further "timewaste"-coding is appreciated ^^