REM EXAMPLE.DAT - Adventure. REM This source is made with Adventure Game Toolkit Editor V.1.0 BETA. REM AGTEdit is (C) 1998-1999 Teemu Er„maa - Games And Software Programmers. REM MAXIMUM_SCORE 10 STARTING_ROOM 2 RESURRECTION_ROOM 2 MAX_LIVES 3 REM REM ************************* Rooms start from here: *********************** REM ROOM 2 Little wooden cottage EAST 3 END_ROOM ROOM 3 Yard of the wooden cottage WEST 2 NORTH 4 END_ROOM ROOM 4 Path in the forest SOUTH 3 GAME_WIN END_ROOM REM REM ******************** Room descriptions start from here: ****************** REM ROOM_DESCR 2 This is a little wooden cottage, where you've been born and lived almost all of your life. The roof is still the same old one and floor is plated with solid stones. In the corner is one hole which seems like a little window. The only exit is to the EAST. END_ROOM_DESCR ROOM_DESCR 3 Your outside of the wooden cottage. Sun is shining, but you can see some clouds flowing nearby. Warm and green forest gives this place a good shelter by surrounding you and other inhabitants of this village. The trees are high and they contain food and some equipments hanging above your head, so the wild animals wouldn't get them. Cottage doorway is to the WEST. Forest is to the NORTH. END_ROOM_DESCR ROOM_DESCR 4 You made it!! You are now at the path leading to the forest! You feel the chilly air blowing at your face and you feel wonderfull that you have finally won this game. END_ROOM_DESCR REM REM ************************ Room helps start from here: ********************* REM HELP 2 What? Help in the first room? You must be kidding. END_HELP REM REM ********************** Room specials start from here: ******************* REM REM REM ************************* Nouns start from here: *********************** REM NOUN 200 Food fresh You can see food here. SIZE 5 WEIGHT 3 LOCATION 3 EDIBLE POINTS 1 POSITION Hanging from the trees SINGULAR NOUN_SYNONYMS meat meal fruit END_NOUN NOUN 201 Bow wooden Your bow is here. SIZE 7 WEIGHT 4 LOCATION 2 CAN_SHOOT POSITION On the floor SINGULAR NOUN_SYNONYMS weapon END_NOUN REM REM ******************* Noun descriptions start from here: ****************** REM NOUN_DESCR 200 Food is tied together with a little rope. Sack contains some bananas, salted meat and somekind of spice in a tiny bag. END_NOUN_DESCR NOUN_DESCR 201 This is your bow which your father made you before he passed away. It looks like a bit used, but you know it's always in a good shape. END_NOUN_DESCR REM REM ******************* Noun texts start from here: ****************** REM REM REM ************ Noun push/pull/turn/play descr start from here: ************ REM REM REM ************************ Creatures start from here: ********************* REM CREATURE 300 Elyfee young Elyfee's here. LOCATION 3 GROUPMEMBER WOMAN CREATURE_SYNONYMS girl woman END_CREATURE REM REM **************** Creature descriptions start from here: ***************** REM CREATURE_DESCR 300 Elyfee is young girl from your village. She is not so pretty than the others but she surely is the nicest. That's why Elyfee is your best friend. END_CREATURE_DESCR REM REM ************************* Verbs start from here: ************************* REM REM REM *********************** Synonyms start from here: ************************ REM REM REM ************************ Intro starts from here: ************************ REM