I want to apply a magic effect with a variable length, e.g. anything from 1 to 100 seconds, to a character. I could make a magic effect with the length of 1 second, 2, 3, ..., 100, but that's very cumbersome approach.
I've been thinking to make instead just a 1, 5, 10, 20, and 50 seconds long magic effect and then use a Papyrus command like 'RemoteCast' to cast one 10 second magic effect and two 1 second magic effects on the character to simulate a 12 second magic effect. Is that possible?