annafrends2 701 B

1234567891011121314151617181920212223242526
  1. # annafrends2
  2. gs 'stat'
  3. gs 'outdoors'
  4. 'The bottle of beer was quickly drained and the guys go to fetch a new bottle.'
  5. if rand(0, 1) = 0:
  6. gennpc = rand(0, 2)
  7. if gennpc = 0:
  8. 'Anja walks up to you and asks "<<$nickname>>, let''s go to the toilet."'
  9. elseif gennpc = 1:
  10. 'Lena walks up to you and asks "<<$name>>, do you want to go to the toilet?"'
  11. elseif gennpc = 2:
  12. 'Ira walks up to you and asks "<<$name>>, do you want to go somewhere?"'
  13. end
  14. act 'Go together':gt 'annafrendtoilet'
  15. else
  16. 'The boys went around the corner of the club to empty their bladder, leaving the girls alone.'
  17. end
  18. act 'Leave':SiSonWork = 0 & SiSgdk = 0 & gt'gdk'
  19. --- annafrends2 ---------------------------------