Okay, My Direct mode thing was solved, but I will still have other questions, so, Every question I have I will ask below, and if it is answered, the best answer will be listed underneath my question, making it a q and a. The answerers name will be put next to the answer so they get the credit. Okay? Good!
1.
Q: How do I make it so, in 2.1, i can make the computer, vitellary AND viridian talk in the same script? When I put in (X,Vitellary),
it makes the computer Vitellary as well.
A: say(1, Vitellary)
EXAMPLE
It comes up with a yellow box, as normal.
Then,
say(1, gray)
OTHER EXAMPLE
It's still gray. -ToasterApocolypse
Q:Anyone know how to use flags? For example, If I want a certain dialogue to only happen once, and whenever Viridian goes back to that part, he says something different? When he says something different, its going to be the same thing every time he goes back. Any other knowledge would be great!

A:Make a script called script and a script called replace.
Script would say
ifflag(1,replace)
Blabla
flag(1,on)
And replace would say
other blabla
And that should do it. -RoskillaHulk!!