I’m having trouble with…
The error I’m getting is:…
My code looks like this:
Example
*commend
Indent
``
So. I am doing a seene where 1 of the MC, the original one, is doing an interview. Currently, I have 4 questions, and my code goes like this:
``` *if (q1 true) and (q2 true) and (q3 true) and (q4 true)
*goto d_end_interview1 ```
Anyone know of a more officient method? Right now, the Q1 variables and such are marked by temps I put in just above. Normally.