#include("system.prg") #mwin(" Would you like to enter the World Map?") #pause() #mwin(" 1 - Yes") #mwin(" 2 - No") #wait(a$) #mwincls() #if(a$=="1") { #return() #fade(2) #send("Western Continent2.brd",13,23,1) } #if(a$=="2") { #return() #push(n,Raie) #push(n,Raie) }