Dannobilly,
If you have done it correctly, then it should look something like this in the GUI
If you click on the script toolbar button (between the Play & the Help) it will lokk like this...
<!--Saved by Quest 5.4.4840.17608-->
<asl version="540">
<include ref="English.aslx" />
<include ref="Core.aslx" />
<game name="exits">
<gameid>6ddf943c-d253-4ffc-b4a4-2ffaecfa9dec</gameid>
<version>1.0</version>
<firstpublished>2013</firstpublished>
</game>
<object name="study">
<inherit name="editor_room" />
<object name="player">
<inherit name="editor_object" />
<inherit name="editor_player" />
</object>
exit alias="south" to="Hallway">
<inherit name="southdirection" />
</exit </object>
<object name="Hallway">
<inherit name="editor_room" />
<exit alias="north" to="study">
<inherit name="northdirection" />
</exit>
</object>
</asl>
The 2 exits will be in the code that starts -
<exit Hope that helps.
If not, You may need to re-read the tutorial
http://quest5.net/wiki/Tutorial Chapter 2 deals with rooms and exits.