Is it true that the IF statement can't handle more than one condition? Is there no AND/OR allowed?
I know how to get around it, but I'll have to sift through my scripts to correct some ANDs
I can write
IF [condition1] THEN
IF [condition2] THEN
[do stuff here]
OK, so good news, :) but complicated if < > mess it up. Thanks!
I think I need to set up a simple test story to find out exactly what's happening!