1234567891011121314151617181920212223 |
- # SgrupDisco
- gs 'stat'
- $textgrup = ''
- $textgrup2 = ''
- i = 0
- :markgruploop
- i += 1
- if grupTipe[i] = 3:$textgrup += '
- ' + $npcGo[i]
- if grupTipe[i] = 4:$textgrup2 += '
- ' + $npcGo[i]
- if i < 26:jump 'markgruploop'
- 'Dancing on the dance floor <<$textgrup>>'
- ''
- 'In one corner stand <<$textgrup2>>'
- act 'Move away':gt $loc, $metka
- --- SgrupDisco ---------------------------------
|