well how do i make the game start with the intro.crm room? ive saved the room as "intro" and it was supposed to start in it, isnt it?
i should define that the player starts in intro? but how? it doenst acccept letters!

****===****
And how do i set variables using a dialog scripting? sounds easy and all (its in thte manual too i know) but look at its explanation:
"set-globalint GI VAL
Changes text script GlobalInt number GI to have the value VAL. This is equivalent to the SetGlobalInt text script command, and allows you to quickly set things without having to go through a run-script just to set an int value. "
The name of the global variable im using is QUEST. So ive done this in the dialog:
// dialog script file
@S // dialog startup entry point
EGO: Hi!
Q: What are you? A Sphero?! HAHAHA
EGO: Im an owl... Well:
set-globalint QUEST 511return
and it doenst work. NOTE: 511 is the number of the global message i want to change to. The normal value of QUEST is 510 and i want to change it to 511! its simple someone help me!