krupo 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # krupo
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. frost = 0
  5. gs'stat'
  6. FColor = RGB(0,0,0)
  7. BColor = RGB(255,255,255)
  8. LColor = RGB(106,90,205)
  9. '<center><b><font color = maroon>Sewing circle</font></b></center>'
  10. '<center><img src="images/lur/kru/krupo.jpg"></center>'
  11. if tkan >= 0:'Your cloth will suffice for <<tkan>> more lessons.'
  12. if poSkill < 50:
  13. poSkill += rand(intel/20, intel/10)
  14. minut += 60
  15. 'You spend an hour learning different sewing techniques.'
  16. if poSkill > 40:'The teacher tells you that you will need to bring in fabric for further studies, you can buy some in the hardware department at the supermarket.'
  17. end
  18. if poSkill >= 50 and tkan <= 0:
  19. 'The teacher reminds you, that in order to further improve your skills, you need to buy some fabric to work with.'
  20. if tkanfirst = 0:
  21. tkanfirst = 1
  22. tkan = 1
  23. 'She has some spare fabric and give it to you as it''s the first time you have forgotten, but she reminds you to bring some next time.'
  24. end
  25. end
  26. if tkan > 0 and poSkill >= 50:
  27. minut += 60
  28. tkan -= 1
  29. poSkill += rand(intel/20, intel/10)
  30. 'For an hour you learn more advanced techniques and practice cutting and sewing the fabric you purchased.'
  31. end
  32. if poSkill>=100 and poTalk=0:
  33. poTalk=1
  34. 'With a satisfied smile your teacher tells you, "Well done, now you can precisely alter clothes to fit your size. However, this does not mean that further studies are useless. With further lessons I feel that I can teach you how to embroider splendid tapestries, which would be highly desirable, although very laborious to make."'
  35. end
  36. if poSkill>=200 and poTalk=1:
  37. 'The teacher quitely nods and tells you, "You have mastered simple tapestries, not without flaws, but good enough to be able to sell them and the quality will improve with your growing skills."'
  38. end
  39. *nl
  40. 'Your sewing skill is now <<poskill>>.'
  41. gs'stat'
  42. act 'Logout':gt'gdkkru'
  43. --- krupo ---------------------------------