Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

IF I write a Conditional statement AND...

3 months ago

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]

IF I write a Conditional statement AND...

3 months ago
Bad news, the editor allows you to use both AND and OR.

They just might not work properly if you're using them alongside greater/less than signs. (Or so I heard on the grapevine).

IF I write a Conditional statement AND...

3 months ago

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!