spusk 828 B

12345678910111213141516171819202122232425262728293031
  1. # spusk
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. if $ARGS[0]='start':
  5. cla
  6. *clr
  7. gs'stat'
  8. gs 'outdoors'
  9. '<center><B>Hill top street</B></center>'
  10. '<center><img src="images/pic/liam1.jpg" ></center>'
  11. 'The transportation does not go up here, and the air is clean, the atmosphere of antiquity fills the air is not the usual flavors'
  12. act 'Go to the High street':minut += 10 & gt'liames'
  13. act 'Back to Town center':minut += 10 & gt'liam'
  14. 'Close to the narrow <a href="exec:GT ''dvor'',''start''">street</a> looping between houses.'
  15. 'You see a <a href="exec:GT ''ugol'',''start''">passage</a> between the houses lead to a courtyard.'
  16. end
  17. if $ARGS[0]='dvr':
  18. cla
  19. *clr
  20. set minut = minut + 1
  21. gs'stat'
  22. gs 'outdoors'
  23. ! '<center><img src="images/lmps/liamel.jpg" ></center>'
  24. end
  25. --- spusk ---------------------------------