123456789101112131415161718 |
- # Sgrup1
- gs 'stat'
- 'Botanists'
- $textgrup = ''
- i = 0
- :markgruploop
- i += 1
- if grupTipe[i] = 1:$textgrup += '
- ' + $npcGo[i]
- if i < 26:jump 'markgruploop'
- '<<$textgrup>>'
- act 'Go to afternoon lessons': gt 'gschool2', 'afternoon'
- --- Sgrup1 ---------------------------------
|