liamelkafe.qsrc 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # liamelkafe
  2. !!2021/04/15
  3. if $ARGS[0] = 'start':
  4. $menu_loc = 'liamelkafe'
  5. $menu_arg = 'start'
  6. menu_off = 0
  7. $location_type = 'indoors'
  8. gs 'stat'
  9. '<center><B><font color=maroon>Liamel Cafe</font></B></center>'
  10. *nl
  11. '<center><img <<$set_imgh>> src="images/locations/pushkin/cafe/larek.jpg" ></center>'
  12. *nl
  13. 'What little floor space the quaint cafe has, is packed with many small tables and chairs.'
  14. act 'Leave the cafe':gt 'liames'
  15. if hour > 11 and hour < 13:
  16. 'The cafe is packed with people eating their afternoon meal.'
  17. if stallionQ = 1: stallionQ = 2
  18. elseif hour > 16 and hour < 18:
  19. 'The cafe is packed with people eating their evening meal.'
  20. if stallionQ = 1: stallionQ = 2
  21. end
  22. if money > 45:
  23. act 'Sit down for a meal': money -= 45 & gt 'liamelkafe', 'food'
  24. end
  25. end
  26. if $ARGS[0] = 'food':
  27. $loc_arg = 'food'
  28. $loc = 'liamelkafe'
  29. $menu_loc = 'liamelkafe'
  30. $menu_arg = 'food'
  31. menu_off = 0
  32. '<center><B><font color=maroon>Liamel Cafe</font></B></center>'
  33. *nl
  34. '<center><img <<$set_imgh>> src="images/locations/pushkin/cafe/larek.jpg" ></center>'
  35. act 'Leave the table':gt 'liamelkafe', 'start'
  36. act 'Order from the menu (0:05)':gs 'food_menu'
  37. if stallionQ = 2:
  38. if FocH > (Foch_Max - 10):
  39. stallionQ = 3
  40. FocH = Foch_Max
  41. EggRH += 300
  42. elseif ovulate > 12:
  43. stallionQ = 3
  44. end
  45. end
  46. 'The tiny cafe is wonderfully situated and you enjoy the beautiful scenery as you eat.'
  47. if stallionQ = 0: StallionQ = 1
  48. end
  49. --- liamelkafe ---------------------------------