Advertisement
Guest User

Swieza Dawka Tlenu

a guest
Feb 3rd, 2011
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. ;
  2. ; **********************************
  3. ; * CzaroWspomBiegacz ver 0,69 *
  4. ; *<<>><<>><<>><<>><<>><<>><<>><<>>*
  5. ; * Romek_z_Jawora *
  6. ; **********************************
  7. ;
  8. set %kolor 88
  9. set %ji #jindex
  10. set %text0 Giniesz , #spc , kurwo!
  11. set %text1 Lecim!
  12. set %text2 Do , #spc , boju!
  13. set %text3 Mam , #spc , juz , #spc , czar!
  14. set %text4 Aha!
  15. set %text5 I , #spc , co , #spc , ty , #spc , na , #spc , to!
  16. set %text6 Mam , #spc , cie!
  17. set %text 7
  18. repeat
  19. {
  20. if %imieprim <> #charname
  21. gosub imie
  22. if %ji < #jindex
  23. {
  24. set %ji %ji + 1
  25. scanjournal %ji
  26. if %imie in #journal
  27. {
  28. gosub czar
  29. }
  30. }
  31. }
  32. until #false
  33.  
  34. sub imie
  35. set %imieprim #charname
  36. str pos #charname #spc
  37. if #strres <> 0
  38. {
  39. set %zm #strres - 1
  40. str left #charname %zm
  41. set %imie #strres
  42. }
  43. else
  44. set %imie #charname
  45. return
  46.  
  47. sub czar
  48. set %x #charposx
  49. set %y #charposy
  50. if An_Ex_Por in #journal
  51. {
  52. set %czas #scnt2 + 13
  53. goto mierz
  54. }
  55. if Corp_Por in #journal
  56. {
  57. set %czas #scnt2 + 20
  58. goto mierz
  59. }
  60. if Kal_Vas_Flam in #journal
  61. {
  62. set %czas #scnt2 + 30
  63. goto mierz
  64. }
  65. if Rel_Wis in #journal
  66. {
  67. set %czas #scnt2 + 11
  68. goto mierz
  69. }
  70. if In_Vas_Por in #journal
  71. {
  72. set %czas #scnt2 + 60
  73. goto mierz
  74. }
  75. if Vas_Flam in #journal
  76. {
  77. set %czas #scnt2 + 12
  78. goto mierz
  79. }
  80. if Por_Corp_Wis in #journal
  81. {
  82. set %czas #scnt2 + 20
  83. goto mierz
  84. }
  85. if Sdhbhal_Roiseal in #journal
  86. {
  87. set %czas #scnt2 + 31
  88. goto mierz
  89. }
  90. if In_Vas_Mani in #journal
  91. {
  92. set %czas #scnt2 + 20
  93. goto mierz
  94. }
  95. if In_Mani in #journal
  96. {
  97. set %czas #scnt2 + 9
  98. goto mierz
  99. }
  100. if An_Nox in #journal
  101. {
  102. set %czas #scnt2 + 9
  103. goto mierz
  104. }
  105. return
  106. mierz:
  107. repeat
  108. if %x <> #charposx || %y <> #charposy
  109. return
  110. if %ji < #jindex
  111. {
  112. set %ji %ji + 1
  113. scanjournal %ji
  114. if Many in #journal || Koncentr in #journal || Anulowano in #journal
  115. return
  116. }
  117. set %pom ( %czas - #scnt2 ) / 4 + 1
  118. if %pompom <> %pom
  119. {
  120. if %pom < 4
  121. event exmsg #charid 3 %kolor -=[ %pom ]=-
  122. set %pompom %pom
  123. }
  124. until %czas < #scnt2
  125. set %rand #random % %text
  126. event exmsg #charid 3 %kolor %text . %rand
  127. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement