gschool_chats.qsrc 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # gschool_chats
  2. if $ARGS[0] = 'nerds':
  3. *clr & cla
  4. minut += 5
  5. if rand(1,6) = 1 and pcs_vag > 12 and mesec <= 0 and gschool_gropeday ! daystart:
  6. gschool_gropeday = daystart
  7. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/boysex_tualet.jpg"></center>'
  8. *nl
  9. 'When you enter the class, you feel someone moving in behind you and quickly pulling your skirt up. Your skirt is barely in the air, before you feel hands pawing at your ass. As you move to turn around, the hand quickly pulls away. By the time you can see who''s behind you, you find half the guys in your class standing there, all looking in different directions and trying to act inconspicuous, a few of them even having the gall to whistle innocently. You try to tell from their faces which one of them just touched you.'
  10. act 'Ignore it': gt 'gschool_chats', 'nerds'
  11. act 'Identify the perpetrator': gt 'gschool_events', 'rand_scoolboy'
  12. else
  13. if grupTipe = 3:
  14. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/chat/nerd' + rand(1,3) + '.jpg"></center>'
  15. *nl
  16. 'You go to the classrooms that you and your fellow nerds like to gather in. You find them all clustered around a table talking and engaged in a variety of pet projects, as usual.'
  17. else
  18. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/chat/nerd' + rand(1,3) + '.jpg"></center>'
  19. *nl
  20. 'You go to one of the classrooms that the nerds like to gather in. You find them all clustered around a table talking and engaged in a variety of pet projects.'
  21. end
  22. 'Artem, Petka, Julia, Natasha, Zinaida, Evgeny, Feofan and Gerasim are sitting around some tables they''ve moved together.'
  23. *nl
  24. gs 'gschool_groups', 'nerds'
  25. 'The outcasts are mostly hiding away from everyone else, hoping that no one will pick on them today.'
  26. 'Lesco is reading a book. Meanwhile '+iif(npc_grupTipe['A5'] ! 5, '', 'Fedor is sitting at a window sill looking outside, looking lonely and depressed.')+iif(npc_grupTipe['A18'] ! 5, '', 'Christina sits at a desk in the back, looking forlorn.')+iif(npc_grupTipe['A25'] ! 5, '', 'Sonia is sitting at a desk typing on her phone.')+iif(npc_grupTipe['A5'] ! 5 and npc_grupTipe['A18'] ! 5 and npc_grupTipe['A25'] ! 5, 'And Petia is roaming around, like he is about to approach someone.', ' Petia is roaming around, like he is about to approach someone.')
  27. *nl
  28. gs 'gschool_groups', 'outcasts'
  29. act 'Leave': gt 'gschool_lessons', 'short_break'
  30. end
  31. end
  32. if $ARGS[0] = 'gopniks':
  33. *clr & cla
  34. minut += 5
  35. if grupTipe = 4:
  36. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/chat/gopnik.jpg"></center>'
  37. *nl
  38. 'You go to the stairwell that you and your fellow gopnik''s like to gather in. You find them leaning against the wall, sitting on the steps, or even just sitting on the landing of the stairs, engaged in a variety of conversations, as usual.'
  39. else
  40. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/chat/gopnik.jpg"></center>'
  41. *nl
  42. 'You go to the stairwell that the gopnik''s like to gather in. You find them leaning against the wall, sitting on the steps, or even just sitting on the landing of the stairs, engaged in a variety of conversations.'
  43. end
  44. 'Hanging around are Vitek, Dan, Vasily, Lena, Lera, Pauline, Alyona, Anushka, Ekaterina, Radomir, Lavrenti, Arkadi, Roman, Valentin and Niko.'
  45. *nl
  46. gs 'gschool_groups', 'gopniks'
  47. act 'Leave': gt 'gschool_lessons', 'short_break'
  48. end
  49. if $ARGS[0] = 'cooljocks':
  50. *clr & cla
  51. minut += 5
  52. gs 'stat'
  53. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/chat/cooljocks.jpg"></center>'
  54. 'When the break finally comes, the girls wander through the hallways of the school, gossiping about pretty much everyone they know. The guys are standing around in small groups, some of them sneaking off to have a smoke behind the school building. Around the lockers are Dimka, Igor, Katja, Vicky, Irina, Albina, '+iif(npc_grupTipe['A25'] ! 5, 'Sonia, ', '')+'Stasya, Lizaveta, Marcus, Andrey, Mefodiy, Ivan, '+iif(npc_grupTipe['A5'] ! 5, 'Fedor, ', '')+'Svyatoslav, Lariska, '+iif(npc_grupTipe['A18'] ! 5, 'Christina, ', '')+'Lina, Bella, Veronika, Lazar, Erast, Vanya'
  55. *nl
  56. gs 'gschool_groups', 'popular'
  57. *nl
  58. gs 'gschool_groups', 'jocks'
  59. act 'Leave': gt 'gschool_lessons', 'short_break'
  60. end
  61. --- gschool_chats ---------------------------------