liamelkafe 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # liamelkafe
  2. if $ARGS[0] = 'start':
  3. '<center><img src="images/locations/oldtown/cafe/larek.jpg" ></center>'
  4. 'You enter a tiny cafe, consisting of very little floor space packed with small tables.'
  5. if hour > 11 and hour < 13:
  6. 'The cafe is packed with people eating their afternoon meal.'
  7. if stallionQ = 1: stallionQ = 2
  8. elseif hour > 16 and hour < 18:
  9. 'The cafe is packed with people eating their evening meal.'
  10. if stallionQ = 1: stallionQ = 2
  11. end
  12. if money > 45:
  13. act 'Sit down for a meal': money -= 45 & gt 'liamelkafe', 'food'
  14. end
  15. act 'Leave':gt 'liam'
  16. end
  17. if $ARGS[0] = 'food':
  18. '<center><img src="images/locations/oldtown/cafe/larek.jpg" ></center>'
  19. $locM = 'liamelkafe'
  20. $metkaM = 'start'
  21. gs 'food', 'm_meal'
  22. if stallionQ = 2:
  23. if FocH > 140:
  24. stallionQ = 3
  25. FocH = 150
  26. EggRH += 300
  27. elseif ovulate > 12:
  28. stallionQ = 3
  29. end
  30. end
  31. 'The tiny cafe is wonderfully situated and you enjoy the beautiful scenery as you eat.'
  32. if stallionQ = 0: StallionQ = 1
  33. end
  34. --- liamelkafe ---------------------------------