home *** CD-ROM | disk | FTP | other *** search
/ The GRAAL Herald 2 / GraalHerald2.lha / 3.room < prev    next >
Text File  |  1997-05-01  |  2KB  |  59 lines

  1. /* Second mini-demo room
  2. /* Room script for GRAAL
  3. /*
  4.  
  5. UPDATE: 6;1
  6.  
  7. SECTION: 2
  8.  
  9. BG_IFF: room2.iff
  10.  
  11. START_POS: 1;13;26;133;L;1
  12.  
  13. FLOOR: 1;16;131;598;139;1-1/2-2
  14. FLOOR: 2;42;127;580;139;1-1/2-2
  15.  
  16. EXIT: 1;13;67;25;130;29;129;room 1
  17.  
  18. DACT: TRACK Herald2_1.mod,125,FILTER
  19. DACT: LIGHTS ON;EXIT
  20.  
  21. /* ========================================================================
  22. /*
  23. /*                                Dialogues
  24. /*
  25. /* ========================================================================
  26.  
  27. /* This is the dialogue called when Thorfinn speaks to Olaf in demo room 2.
  28. /*
  29. LINE: 2;1;This is the dialogue I use in room 2.; ; 
  30. LACT: 2;1;RESP S,1,I am deeply thankful for being enlightened in this way.;DSET 2;EXIT
  31. LINE: 2;2;Bye now!; ; 
  32. LACT: 2;2;RESP S,1,Bye bye!;EDLG;EXIT
  33.  
  34. /* ========================================================================
  35. /*
  36. /*                                 Actions
  37. /*
  38. /* ========================================================================
  39.  
  40. /* 0 - Go to
  41. /*
  42. ACTION: 0;MEXIT
  43. ACTION: 0;IFOBJ 1;GOTO 2,1
  44.  
  45. /*
  46. /* 9 - Talk to
  47. /*
  48. /* Thorfinn talking to Olaf
  49. ACTION: 9;IFCHAR 2;IFOBJ 20;FOLLOW OFF;MOBJ 20;SHOW 20, , ,14;DSET 2,+1,+2;EXIT
  50. /* Thorfinn talking to himself???
  51. ACTION: 9;IFCHAR 2;IFOBJ 21;SAY No thanks, I don't want to talk to myself!;EXIT
  52. /*
  53. /* Olaf talking to Thorfinn - this statement could equally well have been
  54. /* put in 2.section like the dialogue definition, which also would have
  55. /* saved us from duplicating it in both demo rooms...
  56. ACTION: 9;IFCHAR 1;IFOBJ 21;FOLLOW OFF;MOBJ 21;SHOW 21, , ,//44;DSET 3,+1,+2;EXIT
  57. /* Olaf talking to himself???
  58. ACTION: 9;IFCHAR 1;IFOBJ 20;SAY No thanks, I don't want to talk to myself!;EXIT
  59.