Sgrup4.qsrc 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Sgrup4
  2. *clr & cla
  3. gs 'themes', 'food_menu'
  4. gs 'stat'
  5. $textgrup = ''
  6. act 'Leave':gt 'gschool_lessons', 'short_break'
  7. if $loc = 'gschool_grounds' or $loc = 'gschool_lunch':
  8. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/toilet.jpg"></center>'
  9. 'You need to use the restroom and as you enter you notice a lot of beautiful girls from your school there. They check their make-up, doing minor touch-ups while they gossip about their classmates who happen to not be there. Some people are standing by the windows, smoking. The Gopniks from your class are standing near the toilets.'
  10. end
  11. *nl
  12. gs 'gschool_lessons', 'npc_data'
  13. $textgrup = ''
  14. count1 = 0
  15. i = 1
  16. '<center><table cellspacing="3">'
  17. :gruploop
  18. if count1 = 6 : $textgrup += '<tr>'
  19. if grupTipe[i] = 4 and schoolenable[i] = 1:
  20. count1 += 1
  21. $textgrup += '' + '<td bgcolor=<<$bcolor2>> align="center"><img height="100" src="images/pc/npc_headshots/<<i>>.jpg"><br>' + $npcGo[i]
  22. end
  23. if count1< 6 and grupTipe[i] = 4:
  24. $textgrup += '</td>'
  25. elseif count1 = 6 and grupTipe[i] = 4:
  26. $textgrup +='</td></tr><tr>' & count1 = 0
  27. end
  28. i += 1
  29. if i <= maxnpcs:jump 'gruploop'
  30. '<<$textgrup>>'
  31. --- Sgrup4 ---------------------------------