>REMAR This is probably the easiest adventure game you will ever play. < >LOCAT 1 S This file is here just to show you how GAMESCAPE works. It is a VERY simple adventure with only 2 rooms. The object: go to room number 2 and pick up the object you find there (ie GET item). To go to room 2, enter S. Go ahead! < >LOCAT 2 NONE Well, you have made it to room 2. As you will notice, there is an object here. Just GET the object and you will win! Wanna know a secret? You can GET either a TROPHY or an AWARD... this adventure scenario recognizes BOTH words! WOWEE WOW WOW! Then you can check your INVentory, and END the game! < >MESSG 1 You have picked up the object and won the game! CONGRATULATIONS! < >MESSG 2 OK! You've got it! Now you can check your INVentory. Then if you LOOK at the room, you'll notice the trophy is gone! < >MESSG 3 This game is too simple to allow recognition of that move. Try again. < >OBJEC 1 2 TROPHY >WORDS LOOK < >WORDS N < >WORDS S < >WORDS GET < >WORDS TROPHY AWARD < >WORDS I INV INVEN INVENTORY < >WORDS END < >WORDS Q QUIT < >COMND LOOK * DO EXAMINE ROOM SHOW < >COMND S * IF AT 1 S AT 1 TO 2 DO GOTO 2 SHOW < >COMND N * IF AT N FROM 2 TO 1 WITHOUT TROPHY 2 GONE 1 302 DO GOTO 1 SHOW < >COMND N * IF EXIST 1 N FROM 2 TO 1 WITH TROPHY--WINS GAME 302 AT 2 DO GOTO 1 SHOW PRINT 1 END < >COMND END * IF EXIST END GAME IF ADVENTURER HAS TROPHY-- TELL HIM HE WON 1 302 DO PRINT 1 END < >COMND END * DO END < >COMND QUIT * DO QUIT < >COMND INV * DO SHOW INVENTORY ON REQUEST INVEN < >COMND GET TROPHY GET TROPHY/AWARD IF GONE 1 302 DO OBJ 1 302 INVEN < >COMND GET * DO OBJ STANDARD GET OBJECT FUNCTION 0 302 INVEN < >COMND * * DO IF A COMMAND IS ENTERED THAT THE GAME DOESN'T PRINT RECOGNIZE, INFORM THE PLAYER OF SUCH 3 < >DONE!