1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # Sgrup
- <<<<<<< 188_Sgrup
- gs 'stat'
- 'Singles'
- $textgrup = ''
- i = 0
- :markgruploop
- i += 1
- if grupTipe[i] = 0:$textgrup +='
- '+$npcGo[i]
- if i < 26: jump 'markgruploop'
- =======
- gs'stat'
- 'single'
- $textgrup=''
- i=0
- :markgruploop
- i+=1
- if grupTipe[i]=0:$textgrup+='
- '+$npcGo[i]
- if i<26:jump'markgruploop'
- >>>>>>> 188_Sgrup
- '<<$textgrup>>'
- dynamic $din_sekondparturok
- --- Sgrup ---------------------------------
|