1234567891011121314151617 |
- # Sgrup1
- gs 'stat'
- 'Botany'
- $textgrup = ''
- i = 0
- :markgruploop
- i += 1
- if grupTipe[i] = 1:$textgrup += '
- ' + $npcGo[i]
- if i < 26:jump 'markgruploop'
- '<<$textgrup>>'
- dynamic $din_sekondparturok
- --- Sgrup1 ---------------------------------
|