155_bedrPar2 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # bedrPar2
  2. <<<<<<< 155_bedrPar2
  3. ACT 'Leave the room':
  4. gt 'korrPar'
  5. END
  6. =======
  7. ACT 'Exit the room':
  8. gt'korrPar'
  9. END
  10. >>>>>>> 155_bedrPar2
  11. $metkaM = $ARGS[0]
  12. $locM = $CURLOC
  13. $metka = $ARGS[0]
  14. $loc = $CURLOC
  15. <<<<<<< 155_bedrPar2
  16. '<center><B><font color = maroon>Master bedroom</font></B></center>'
  17. '<center><img src="images\qwest\alter\<<$loc>>.jpg "></center>'
  18. clr
  19. set minut += 1
  20. gs 'stat'
  21. fcolor = rgb(0,0,0)
  22. bcolor = rgb(255,255,255)
  23. LCOLOR = rgb(106,90,205)
  24. 'The room in which the parents live. In the center stands a double bed and a large closet wall.'
  25. gs 'family'
  26. =======
  27. '<center><B><font color=maroon>Master bedroom</font></B></center>'
  28. '<center><img src="qwest/alter/<<$loc>>.jpg" ></center>'
  29. clr
  30. set minut = minut + 1
  31. gs'stat'
  32. fcolor=rgb(0,0,0)
  33. bcolor=rgb(255,255,255)
  34. LCOLOR = rgb(106,90,205)
  35. 'The room in which the parents live. In the center stands a double bed and large wardrobe against the wall.'
  36. gs'family'
  37. if hour=21 and parsexrand=5 and parentsexday!daystart:gt'seeparentsex'
  38. >>>>>>> 155_bedrPar2
  39. --- bedrPar2 ---------------------------------