291_Terminal 765 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Terminal
  2. set minut += 5
  3. '<center><B><font color = maroon>Storage terminal</font></B></center>'
  4. '<center><img src="images\etogame\terminal.jpg"></center>'
  5. clr
  6. gs 'stat'
  7. !fcolor = rgb(0,0,0)
  8. !bcolor = rgb(255,255,255)
  9. !LCOLOR = rgb(106,90,205)
  10. 'A plurality of storage buildings to which drive up truck for loading and unloading.'
  11. act 'Leave':
  12. cla
  13. set minut += 5
  14. gt 'nord'
  15. end
  16. if TerminalPapper = 1 and DayTerminalPapper = day:
  17. act 'Classified documents':
  18. cls
  19. set minut += 15
  20. TerminalPapper = 2
  21. fcolor = rgb(0,0,0)
  22. bcolor = rgb(255,255,255)
  23. LCOLOR = rgb(106,90,205)
  24. gs 'stat'
  25. 'You went to the office and gave the documents to the manager.'
  26. act 'Leave': minut += 5 & gt 'nord'
  27. end
  28. end
  29. --- Terminal ---------------------------------