city_house_res_bedr.qsrc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # city_house_res_bedr
  2. if $ARGS[0] = 'bedro':
  3. $loc = 'city_house_res_bedr'
  4. $loc_arg = 'bedro'
  5. $menu_loc = 'city_house_res_bedr'
  6. $menu_arg = 'bedro'
  7. $locM = 'city_house_res_bedr'
  8. $locM_arg = 'bedro'
  9. $location_type = 'private'
  10. $locclass = 'bedr'
  11. menu_off = 0
  12. minut += 1
  13. gs 'stat'
  14. *clr & cla
  15. '<center><b><font color="maroon">Bedroom</font></b></center>'
  16. '<center><img <<$set_imgh>> src="images/locations/city/residential/house/crh_bedroom.jpg"></center>'
  17. act 'Leave the room': gt 'city_house_res_misc', 'hallw'
  18. act 'Relax on your bed': gt 'bed', 'start'
  19. if pornMagazine > 0:gs 'events', 'read_porn'
  20. if pcs_horny >= 50: act 'Masturbate':gt 'selfplay', 'start'
  21. *nl
  22. 'It''s a bright and beautiful room, with a large <a href="exec:gt ''bed'', ''start''">continental bed</a>.'
  23. *nl
  24. 'There''s a table and a <a href="exec:gt ''mirror'', ''start''">mirror</a> placed in one of the corners.'
  25. if pornMagazine > 0:'You have hidden your porn magazine in your nightstand.'
  26. *nl
  27. 'On one side of the room is the entrance to a walk-in <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a>.'
  28. end
  29. --- city_house_res_bedr ---------------------------------