Sgrup4 251 B

123456789101112131415161718
  1. # Sgrup4
  2. gs 'stat'
  3. ''
  4. $textgrup = 'Gopnik:'
  5. i = 0
  6. :markgruploop
  7. i += 1
  8. if grupTipe[i] = 4:$textgrup += '
  9. ' + $npcGo[i]
  10. if i < 61:jump 'markgruploop'
  11. '<<$textgrup>>'
  12. !!gs 'gschool_lessons', 'afternoon'
  13. --- Sgrup4 ---------------------------------