Sgrup.qsrc 960 B

12345678910111213141516171819202122232425262728293031323334
  1. # Sgrup
  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/lunch.jpg"></center>'
  9. 'You stay in the cafeteria where some of the teachers are eating or watching over the kids making sure there is no trouble.'
  10. end
  11. *nl
  12. count1 = 0
  13. i = 0
  14. '<center><table cellspacing="3">'
  15. :markgruploop
  16. i += 1
  17. if count1 = 6 : $textgrup += '<tr>'
  18. if grupTipe[i] = 6:count1 += 1 & $textgrup += '' + '<td bgcolor=<<$bcolor2>> align="center"><img height="100" src="images/characters/pavlovsk/school/head/<<i>>.jpg"><br>' + $npcGo[i]
  19. if count1< 6 and grupTipe[i] = 6 :
  20. $textgrup += '</td>'
  21. elseif count1 = 6 and grupTipe[i] = 6:
  22. $textgrup +='</td></tr><tr>' & count1 = 0
  23. end
  24. if i < ARRSIZE('school_static_num'):jump 'markgruploop'
  25. '<<$textgrup>>'
  26. --- Sgrup ---------------------------------