nichBathGuest.qsrc 1007 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # nichBathGuest
  2. CLOSE ALL
  3. $loc_arg = ''
  4. $loc = 'nichBathGuest'
  5. $locM = $loc
  6. $location_type = 'bathroom'
  7. $menu_loc = 'nichBathGuest'
  8. $nichLoc = 'guestBathroom'
  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">Guest Cloakroom</font></b></center>'
  17. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/nichApartment/bathroomGuest.jpg"></center>'
  18. 'This is the restroom for the guests of Nicholas and his family. The staff is also allowed to use it.'
  19. 'You could use the <a href="exec:gt ''mirror'', ''start''">mirror</a> to check your appearance.'
  20. act '<b>Return to the hallway</b>':
  21. minut += 1
  22. gt 'nichApartment'
  23. end
  24. if nichWork = 2:
  25. gs 'nichChore','inspect','bathGuest'
  26. end
  27. end
  28. --- nickBathGuest ---------------------------------