516_npcview 1.3 KB

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