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

  1. /* Shrink Mushrooms
  2. /* Room script for GRAAL
  3. /*
  4.  
  5. /* UPDATE: scroll_frames[;normal_frames]
  6. /*
  7. UPDATE: 6;1
  8.  
  9. /* 3D: max;mid;min;adjspeed (This statement is optional)
  10. /*
  11. /* SECTION: SAME|section_no
  12. /*
  13. SECTION: 2
  14.  
  15. /* BACKDROP: file
  16. /*
  17. BACKDROP: 38BG.iff
  18.  
  19. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  20. /*
  21. START_POS: 1;SIMG11;274;137; ;1
  22.  
  23. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  24. /*
  25. FLOOR: 1;91;130;275;169;1-1/2-2
  26. FLOOR: 2;96;102;256;169;1-1/2-2
  27.  
  28. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;[{more_points}] (This statement is optional)
  29. /*
  30. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  31. EXIT: 1;183;0;223;100;208;112;ladder
  32.  
  33. /* CLPART: file (This statement is optional)
  34. CLPART: 38FG.iff
  35.  
  36. /* ROOMIMGS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  37. ROOMIMGS: 1;1;0;0;50;64;0; 
  38. ROOMIMGS: 1;2;60;0;64;50;0;170
  39. /* 11 shrink 12-16 shrink walk
  40. ROOMIMGS: 1;11;130;1;43;59;0;0
  41. ROOMIMGS: 5;12;174;34;22;26;22;0
  42.  
  43. /* STATIC: bob;image;x;y (This statement is optional)
  44. STATIC: 2;RIMG2;282;170
  45.  
  46. /* ANIM: bob;image;anim_ch;anim|ptrn;x;y (This statement is optional)
  47. /*
  48. /* 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)
  49. ROOMOBJ: 1;mushrooms;38;VIS;1;RIMG1;66;98;30;47;SIMG13; ;PICK; ;8;26;LOW; ;a;this;it
  50.  
  51. /* DACT: {cond|comm}
  52. /*
  53. DACT: SETRF 14,2=1;CIMG SIMG5;CPOS 274,47;LIGHTS ON;CUTSCENE 9,H;EXIT
  54.  
  55. /* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
  56. /*
  57. /* LACT: dlg;line_no;{cond|comm} (This statement is optional)
  58. /*
  59. /* ACTION: verb_no;{cond|comm} (This statement is optional)
  60. ACTION: 0;IFOBJ 1;MEXIT;GOTO 14,2
  61. ACTION: 2;IFOBJ ROBJ1;IFCARR 40;SAY I already have one.;EXIT
  62. ACTION: 2;IFOBJ ROBJ1;MOBJ;HANDLE;PICK 40;W 12;HANDLE -1;EXIT
  63. ACTION: 6;IFOBJ 40;CUTSCENE 10,H;CUTSCENE 11,H;EXIT
  64. /* eof
  65.