Sgrup5 381 B

123456789101112131415161718192021
  1. # Sgrup5
  2. gs'stat'
  3. 'Outcasts'
  4. $textgrup = ''
  5. i = 0
  6. :markgruploop
  7. i += 1
  8. if i = 18 and grupTipe[i] = -1 and KotovZverHelp = 1 and daystart < lariskaQwestDay + 14:jump'markgruploop'
  9. if grupTipe[i] = -1:$textgrup += '
  10. '+$npcGo[i]
  11. if i < 26:jump'markgruploop'
  12. '<<$textgrup>>'
  13. act 'Go to afternoon lessons': gt 'gschool2', 'afternoon'
  14. --- Sgrup5 ---------------------------------