syntax from the wiki :
SetNthEffectItemDuration nuDuration:long magicItem:ref whichEffect:short
Now.. My spell has just 1 effect and that is a scripted effect which is supposed to control its own spells expirarion time.
My spell has this one scripted effect with duration 60. When cast different conditions should rewrite its own duration to 120, 180 or something different. What I don't know is how to put SetNthEffectItemDuration to use .. if at all is this the right function to help me out.