home *** CD-ROM | disk | FTP | other *** search
/ The GRAAL Herald 1 / GraalHerald1.lha / GraalHerald1 / 4.room < prev    next >
Text File  |  1996-11-27  |  1KB  |  57 lines

  1. /* Text display room
  2.  
  3. /* UPDATE: scroll_frames[;normal_frames]
  4. /*
  5. UPDATE: 6;1
  6.  
  7. /* SECTION: section_no
  8. /*
  9. SECTION: 1
  10.  
  11. /* BG_IFF: file
  12. /*
  13. BG_IFF: Crumpled.iff
  14.  
  15. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  16. /*
  17. START_POS: 1;11;-20;164;L;1
  18.  
  19. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  20. /*
  21. /* FLOOR: 1;-20;160;319;168;1-1
  22.  
  23. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;{more_points} (This statement is optional)
  24.  
  25. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  26.  
  27. CLPART: Headlines2.iff
  28.  
  29. /* ROOMBOBS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  30. ROOMBOBS: 1;1;7;229;193;16;0;0
  31.  
  32.  
  33. DACT: CHAR OFF
  34. /* What all this?
  35. DACT: IFRF 1=0;CUTSCENE 2,H
  36. /* Latest News
  37. DACT: IFRF 1=1;CUTSCENE 4,H
  38. /* What about Olaf?
  39. DACT: IFRF 1=2;CUTSCENE 8,H
  40. /* Colours
  41. DACT: IFRF 1=3;CUTSCENE 9,H
  42. /* Q's and A's
  43. DACT: IFRF 1=4;CUTSCENE 10,H
  44. /*
  45. DACT: LIGHTS ON
  46. DACT: EXIT
  47.  
  48. /* ACTION: verb_no;{cond|comm} (This statement is optional)
  49.  
  50. ACTION: 0;EXIT
  51.  
  52. /* Next page
  53. ACTION: 2;IFRF 1=0;SETRF 1=1;GOTO 4,1
  54. ACTION: 2;IFRF 1=1;GOTO 3,1
  55. ACTION: 2;IFRF 1=2;SETRF 1=3;GOTO 4,1
  56. ACTION: 2;IFRF 1=3;SETRF 1=4;GOTO 4,1
  57.