Sgrup1.qsrc 278 B

123456789101112131415161718
  1. # Sgrup1
  2. gs 'stat'
  3. ''
  4. $textgrup = 'Nerds:'
  5. i = 0
  6. :markgruploop
  7. i += 1
  8. if grupTipe[i] = 3:$textgrup += '
  9. ' + $npcGo[i]
  10. if i < ARRSIZE('school_static_num'):jump 'markgruploop'
  11. '<<$textgrup>>'
  12. !!gt 'gschool_lessons', 'short_break'
  13. --- Sgrup1 ---------------------------------