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