movement of where commands appear in the text

Dmo82
23 Apr 2014, 22:27
Hello,

Is it possible to make actions such as ' you can go north' appear at the bottom of the text rather than where they normally appear at the top?

jaynabonne
24 Apr 2014, 06:43
Go to the "game" object and select the "Room Descriptions" tab. Then down under "Room Description Layout", you can change the order of when things appear in the automatic room descriptions.

Dmo82
24 Apr 2014, 19:15
Hello my friend,

Thank you, You really helped me there, it would have taken me some time to figure that one out.

Do you know if its possible to add a musical theme that would play before the game starts?

HegemonKhan
24 Apr 2014, 23:46
the very first thing to happen is for the 'start' Script to run~execute at the start of your game, so you can use that to play your music file Script:

"game" Object -> Scripts (tab) -> "start" Script -> add a script -> ?output? -> "play~add a music file" Script

Dmo82
26 Apr 2014, 10:40
Thanks