mob
verb
Test()
textonscreenbackground(1,1,13,13)//Sets up hwo big you want the background to be.
textonscreenTEXT(1.5,12,13,1.13," ......")// Sets up where the text will go, from which x to y and how far down.
sleep(45)
usr.close_menu()
textonscreenbackground(1,1,13,13)//Sets up hwo big you want the background to be.
textonscreenTEXT(1.5,12,13,1.13,".......")// Sets up where the text will go, from which x to y and how far down.
sleep(35)
textonscreenbackground(1,1,13,5)//Sets up hwo big you want the background to be.
textonscreenTEXT(1.5,12,5,1.5,"......")// Sets up where the text will go, from which x to y and how far down.
sleep(25)
usr.close_menu()
Plz help me much thx in advance
Create your own image. Place invisible turfs with the Click() procedure (look it up with F1 in the Dream Maker) and place them over the Start, Load, Exit, or whatever you're using. Compile. Run. Test.