nichBathServant.qsrc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # nichBathServant
  2. CLOSE ALL
  3. $loc_arg = ''
  4. $loc = 'nichBathServant'
  5. $locM = $loc
  6. $location_type = 'bathroom'
  7. $menu_loc = 'nichBathServant'
  8. $nichLoc = 'servantBathroom'
  9. $menu_arg = ''
  10. menu_off = 0
  11. *clr
  12. gs 'stat'
  13. gs 'themes', 'indoors'
  14. !! Argument return: PC has been in the room before, dont perform actions meant to be executed before or as she enters the room.
  15. if $ARGS[0] = '' or $ARGS[0] = 'start' or $ARGS[0] = 'return':
  16. '<center><b><font color="maroon">Servant Bathroom</font></b></center>'
  17. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/nichApartment/bathroomServant.jpg"></center>'
  18. 'This is the servants bathroom. It includes a shower, a toilet and a sink with a <a href="exec:gt ''mirror'',''start''">mirror</a>. There is a washing machine standing in one corner of the room.'
  19. if nichWork = 2:
  20. if shampoo = 0:
  21. 'Since you are allowed to use some of the families shampoo for yourself you open up a new bottle and place it inside your shower.'
  22. shampoo = 15
  23. end
  24. act '<b>Go to your bedroom</b>':gt 'nichBedroomServant'
  25. gs 'nichChore','inspect','bathServant'
  26. act 'Inspect laundy': gt 'nichChore','inspect','laundry', 1
  27. else
  28. act 'Go to the servants bedroom':gt 'nichBedroomServant'
  29. end
  30. gs 'din_van', 'private'
  31. elseif $ARGS[0] = 'laundy':
  32. end
  33. --- nichBathServant ---------------------------------