placer.qsrc 831 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # placer
  2. !!$ev_name = 'Fedor'
  3. !!$ev_name_a = 'Fedor'
  4. !!$ev_name_om = 'Fedor'
  5. !!dick = 17
  6. !!silavag = 0
  7. !!npcSex[$static_num] - sex
  8. !!npc_rel[$static_num] - relationship
  9. !!the presence of NPC theoretically able to meet
  10. mass_ver_zn = 0
  11. !!want or do not meet NPCs
  12. ver_zn = 0
  13. !!the number of men
  14. kol_man = 0
  15. !!greeting text
  16. $text_znak = ''
  17. !!the possibility of knowledge turnip years
  18. know_status = 0
  19. !!identified reputation or not
  20. know_gor_slut = 0
  21. !!retext
  22. $kol_man_text_no = ''
  23. plact = 0
  24. gs 'stat'
  25. $textEvent = ''
  26. if place = 0:
  27. !!street
  28. if litltown = 1:$numplace = 'pav_residential'
  29. elseif place = 1:
  30. !!square
  31. $numplace = 'pav_park'
  32. elseif place = 2:
  33. !!movie
  34. elseif place = 3:
  35. !!home to the guy. preposition Vidic
  36. elseif place = 4:
  37. !!disco in town
  38. end
  39. gt 'placer_<<$numplace>>'
  40. --- placer ---------------------------------