liamelkafe 1.1 KB

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