city_house_res_bedr.qsrc 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. gs 'music_actions', 'clear_restrictions'
  15. *clr & cla
  16. '<center><b><font color="maroon">Bedroom</font></b></center>'
  17. '<center><img <<$set_imgh>> src="images/locations/city/residential/house/crh_bedroom.jpg"></center>'
  18. act 'Leave the room': gt 'city_house_res_misc', 'hallw'
  19. act 'Relax on your bed': gt 'bed', 'start'
  20. if mc_inventory['mag_porn'] > 0:gs 'events', 'read_porn'
  21. if pcs_horny >= 50: act 'Masturbate':gt 'selfplay', 'start'
  22. gs 'music_actions', 'start'
  23. *nl
  24. 'It''s a bright and beautiful room, with a large <a href="exec:gt ''bed'', ''start''">continental bed</a>.'
  25. *nl
  26. 'There''s a table and a <a href="exec:gt ''mirror'', ''start''">mirror</a> placed in one of the corners.'
  27. if mc_inventory['mag_porn'] > 0:'You have hidden your porn magazine in your nightstand.'
  28. *nl
  29. 'On one side of the room is the entrance to a walk-in <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a>.'
  30. if $ml_guitar['location'] = $loc: 'Your guitar rests on its stand next to your bed.'
  31. gs 'prostitution_functions', 'prostitute_outfit_at_home'
  32. end
  33. --- city_house_res_bedr ---------------------------------