12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # SgrupDisco
- <<<<<<< 189_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
- =======
- 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
- >>>>>>> 189_SgrupDisco
- --- SgrupDisco ---------------------------------
|