189_SgrupDisco 721 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # SgrupDisco
  2. <<<<<<< 189_SgrupDisco
  3. gs 'stat'
  4. $textgrup = ''
  5. $textgrup2 = ''
  6. i = 0
  7. :markgruploop
  8. i += 1
  9. if grupTipe[i] = 3:$textgrup +='
  10. '+$npcGo[i]
  11. if grupTipe[i] = 4:$textgrup2 +='
  12. '+$npcGo[i]
  13. if i < 26: jump 'markgruploop'
  14. 'Dancing on the dance floor'
  15. '<<$textgrup>>'
  16. 'In one corner stand'
  17. '<<$textgrup2>>'
  18. act 'Move away': gt $loc, $metka
  19. =======
  20. gs'stat'
  21. $textgrup=''
  22. $textgrup2=''
  23. i=0
  24. :markgruploop
  25. i+=1
  26. if grupTipe[i]=3:$textgrup+='
  27. '+$npcGo[i]
  28. if grupTipe[i]=4:$textgrup2+='
  29. '+$npcGo[i]
  30. if i<26:jump'markgruploop'
  31. 'Dancing on the dance floor
  32. <<$textgrup>>'
  33. 'In one corner stand
  34. <<$textgrup2>>'
  35. act 'move_away':gt $loc, $metka
  36. >>>>>>> 189_SgrupDisco
  37. --- SgrupDisco ---------------------------------