First I created 2 magic effects. They were identical in every aspect but one had the 'No Area' flag checked while the other didn't.
Then I created a spell that included both magic effects. the AOE magic effect had the condition 'IsDualCasting = 1', the non-AOE magic effect had the condition 'IsDualCasting = 0'.
By doing this, I expected that only one effect would be casted at any given time: the AOE one when dual casting and the non-AOE one when single casting. Unfortunately it didn't work. Do you guys have any idea as to why?
Thanks in advance.