Hi, I’ve never fully understood what’s the difference between these commands ( @ & THEN )
I thought I can make a scene where an alarm would go off and the character should gasp as soon as it does not AFTER it’s done but I used these commands and nothing seems to works
Here is the script:
@overlay RED COP LIGHT opacity 1 in 1
@overlay RED COP LIGHT opacity 0 in 1
@overlay RED COP LIGHT opacity 1 in 1
@overlay RED COP LIGHT opacity 0 in 1
SCIENTIST1 (react_startled_subtle)
Huh?
Hello!
Try this instead: @overlay RED COP LIGHT opacity 1 in 1 @overlay RED COP LIGHT opacity 0 in 1 @overlay RED COP LIGHT opacity 1 in 1 @overlay RED COP LIGHT opacity 0 in 1
&SCIETEST1 is react_startled_subtle
SCIENTIST1
Huh?
oh…Hmm .Not sure if this will work but maybe try this. again not totally reliable so unsure if this will do something but after the last alarm ling could you put: AND SCIENTIST is react_startled_subtle
@overlay RED COP LIGHT opacity 1 in 1
&SCIENTIST1 is react_startled_subtle
SCIENTIST1
Huh?
@overlay RED COP LIGHT opacity 0 in 1
@overlay RED COP LIGHT opacity 1 in 1
@overlay RED COP LIGHT opacity 0 in 1
This worked perfectly fine except that the last three overlays don’t work until she’s done talking
Found it! I should’ve put the & command before speech like this
&overlay RED COP LIGHT opacity 1 in 1 THEN overlay RED COP LIGHT opacity 0 in 1 THEN overlay RED COP LIGHT opacity 1 in 1 THEN overlay RED COP LIGHT opacity 0 in 1
SCIENTIST1 (react_startled_subtle)
Huh?
Thanks to everyone who has replied I appreciate it xxx @Sydney_H you can close this