1
0

npcview.qsrc 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # npcview
  2. '<center><b><<$nikname[i]>></b></center>'
  3. 'rating <<rating[i]>>'
  4. ! WD: Uninitialised ~ 'winw', 'lossw', 'draww'
  5. !{
  6. if i > 0:'record <<win[i]>> Win - <<loss[i]>> lesions - <<draw[i]>>draws <<SubWin[i]>> wins by submission/<<SubLoss[i]>> lesions surrender'
  7. if i = 0:'record <<win[i]>> Win - <<loss[i]>> lesions - <<draw[i]>>draws <<SubWin[i]>> wins by submission/<<SubLoss[i]>> lesions surrender'
  8. }
  9. 'record <<win[i]>> Win - <<loss[i]>> lesions - <<draw[i]>>draws <<SubWin[i]>> wins by submission/<<SubLoss[i]>> lesions surrender'
  10. ''
  11. ''
  12. 'power <<musle[i]>>'
  13. 'flexibility <<flex[i]>>'
  14. 'endurance <<stamina[i]>>'
  15. 'Moralnovolevye quality <<wipo[i]>>'
  16. ''
  17. 'throwing techniques <<Bteh[i]>>'
  18. 'appliances hold <<Uteh[i]>>'
  19. 'Protective equipment <<Zteh[i]>>'
  20. ''
  21. ! WD: Uninitialised ~ 'porno'
  22. if slut[i] > 0 and porno = 1:'Packed with a brand whore.'
  23. ''
  24. ''
  25. ''
  26. '<<$spisok[i]>>'
  27. 'test <<i>>'
  28. act 'Go_Out':gt $loc
  29. if i ! 1:
  30. act 'To fight with you':gt 'beforeFW'
  31. end
  32. if i ! 1:
  33. if predlog > 0 and predlog!i and predlog2 = 0:
  34. act 'Suggest a fight with <<$nikname[predlog]>>':
  35. cls
  36. a = predlog
  37. 'In the red corner <<$nikname[a]>> <<win[a]>>-<<loss[a]>>-<<draw[a]>> <<SubWin[a]>>/<<SubLoss[a]>>'
  38. !!i = predlog2
  39. 'In the blue corner <<$nikname[i]>> <<win[i]>>-<<loss[i]>>-<<draw[i]>> <<SubWin[i]>>/<<SubLoss[i]>>'
  40. gs 'Autofight'
  41. predlog = 0
  42. predlog2 = 0
  43. act 'Further':gt $loc
  44. end
  45. elseif predlog = 0:
  46. act 'offer battle':predlog = i & gt $loc
  47. end
  48. end
  49. --- npcview ---------------------------------