krupo 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # krupo
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $location_type = 'event'
  5. frost = 0
  6. gs'stat'
  7. FColor = RGB(0,0,0)
  8. BColor = RGB(255,255,255)
  9. LColor = RGB(106,90,205)
  10. '<center><b><font color = maroon>Sewing circle</font></b></center>'
  11. '<center><img src="images/lur/kru/krupo.jpg"></center>'
  12. if tkan >= 0:'Your cloth will suffice for <<tkan>> more lessons.'
  13. if pcs_sewng < 50:
  14. sewng_exp += rand(pcs_intel/20, pcs_intel/10)
  15. minut += 60
  16. 'You spend an hour learning different sewing techniques.'
  17. if pcs_sewng > 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.'
  18. end
  19. if pcs_sewng >= 50 and tkan <= 0:
  20. 'The teacher reminds you, that in order to further improve your skills, you need to buy some fabric to work with.'
  21. if tkanfirst = 0:
  22. tkanfirst = 1
  23. tkan = 1
  24. '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.'
  25. end
  26. end
  27. if tkan > 0 and pcs_sewng >= 50:
  28. minut += 60
  29. tkan -= 1
  30. sewng_exp += rand(pcs_intel/20, pcs_intel/10)
  31. 'For an hour you learn more advanced techniques and practice cutting and sewing the fabric you purchased.'
  32. end
  33. if pcs_sewng >= 100 and poTalk = 0:
  34. poTalk=1
  35. '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."'
  36. end
  37. if pcs_sewng >= 200 and poTalk = 1:
  38. '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."'
  39. end
  40. *nl
  41. 'Your sewing skill is now <<pcs_sewng>>.'
  42. gs'stat'
  43. act 'Logout':gt'gdkkru'
  44. --- krupo ---------------------------------