home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Games / Muscarine / 3.room < prev    next >
Text File  |  1999-11-23  |  3KB  |  102 lines

  1. /* Home Halucination
  2. /* Room 3 - script for GRAAL
  3. /*
  4. /* RF 1=0 first visit | =1 was here
  5. /* RF 2=0 goto 23 (hotel&jail) =1 goto 12 (me)
  6.  
  7. /* UPDATE: scroll_frames[;normal_frames]
  8. /*
  9. UPDATE: 3;1
  10.  
  11. /* 3D: max;mid;min;adjspeed (This statement is optional)
  12. /*
  13. /* SECTION: SAME|section_no
  14. /*
  15. SECTION: 2
  16.  
  17. /* BACKDROP: file
  18. /*
  19. BACKDROP: 3BG.iff
  20.  
  21. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  22. /*
  23. START_POS: 1;//SIMG11;42;156; ;1
  24. START_POS: 2;//SIMG11;235;155; ;1
  25.  
  26. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  27. /*
  28. FLOOR: 1;21;148;300;169;1-1
  29.  
  30. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;[{more_points}] (This statement is optional)
  31. /*
  32. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  33. /*
  34. EXIT: 1;12;75;43;155;39;153;door
  35. EXIT: 2;231;3;300;20;300;39;door
  36.  
  37. /* CLPART: file (This statement is optional)
  38. /*
  39. CLPART: 3FG.iff
  40.  
  41. /* ROOMIMGS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  42. /*
  43. ROOMIMGS: 1;1;47;25;90;123;0;-20
  44. ROOMIMGS: 1;2;141;61;79;56;0;0
  45.  
  46. /* STATIC: bob;image;x;y (This statement is optional)
  47. /*
  48. /* ANIM: bob;image;anim_ch;anim|ptrn;x;y (This statement is optional)
  49. /*
  50. /* ROOMOBJ: obj;name;room;VIS|NVIS;bob;image;x;y;cx;cy;cimage;prep;PICK|NPICK;anim_ch;verb;icon;LOW|MID|HIGH;types;w1;w2;w3 (This statement is optional)
  51. /*
  52. ROOMOBJ: 1;venus\with drawers;3;VIS;4;RIMG1;92;5;-12;162;SIMG31; ;NPICK; ;8; ; ;F;a;this;it
  53. ROOMOBJ: 2;window;3;VIS;5;RIMG2;180;116;1;42;SIMG31; ;NPICK; ;8; ; ; ;a;this;it
  54.  
  55. /* DACT: {cond|comm}
  56. /*
  57. DACT: TRACK 3.mod,0,NOFILTER
  58. DACT: LIGHTS ON
  59. DACT: IFRF 1=0;SETRF 1=1;TEXT -1,90,1,Finally Erica comes back home.;TEXT -1,90,1,But everything seems to be... hmmm... let's say different.;SAY Oh yes, things have really changed a little bit.;SAY But I like it. It's funny!
  60. DACT: EXIT
  61.  
  62. /* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
  63. /*
  64. /* LACT: dlg;line_no;{cond|comm} (This statement is optional)
  65. /*
  66. /* ACTION: verb_no;{cond|comm} (This statement is optional)
  67. /*
  68. /* Action 0 - Exit
  69. /* ===============
  70. /*
  71. ACTION: 0;IFOBJ 1;MEXIT;GOTO 4,1
  72. ACTION: 0;IFOBJ 2;IFCARR 11;IFRF 2=1;CUTSCENE 3,S;GOTO 12,1
  73. ACTION: 0;IFOBJ 2;IFCARR 11;IFRF 2=0;SAY Ok, I'll try out the gravitiy converter.;CUTSCENE 3,S;SETRF 2=1;GOTO 23,1
  74. ACTION: 0;IFOBJ 2;IFNOTCARR 11;SAY I can't reach it!;EXIT
  75.  
  76. /* Action 1 - Give
  77. /*
  78. /* Action 2- Pick up
  79. /*
  80. /* Action 3 - Use
  81. /*
  82. ACTION: 3;IFOBJ 11;IFRF 2=0;SETRF 2=1;CUTSCENE 3,F;GOTO 23,1
  83. ACTION: 3;IFOBJ 11;IFRF 2=1;CUTSCENE 3,S;GOTO 12,1
  84.  
  85. /* Action 4 - Open
  86. /*
  87. /* Action 5 - Talk to
  88. /*
  89. /* Action 6 - Consume
  90. /*
  91. /* Action 7 - Close
  92. /*
  93. /* Action 8 - Look at
  94. /*
  95. ACTION: 8;IFOBJ ROBJ1;MOBJ;SAY Probably some kind of subconscious!?;CIMG SIMG13;W 12;CIMG SIMG21;W 12;SAY I better don't touch it!;EXIT
  96. ACTION: 8;IFOBJ ROBJ2;MOBJ;SAY Nice weather out there.;EXIT
  97.  
  98. /* Action 9 - Attack
  99. /*
  100. /* End of room file
  101. /*
  102.