123456789101112131415161718 |
- # Sgrup2
- gs 'stat'
- ''
- $textgrup = 'Jocks:'
- i = 0
- :markgruploop
- i += 1
- if grupTipe[i] = 2:$textgrup += '
- ' + $npcGo[i]
- if i < ARRSIZE('school_static_num'):jump 'markgruploop'
- '<<$textgrup>>'
- !!gt 'gschool_lessons', 'short_break'
- --- Sgrup2 ---------------------------------
|