nichStudy.qsrc 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # nichStudy
  2. $metka = ''
  3. $loc = 'nichStudy'
  4. $menu_loc = 'nichStudy'
  5. $menu_arg = ''
  6. $nichLoc = 'study'
  7. menu_off = 0
  8. killvar '$locclass'
  9. gs 'stat'
  10. sexpartkno = 1
  11. gs 'boyStat', 'A52'
  12. gs 'boyStat', 'A161', 'a'
  13. !! Argument return: PC has been in the room before, dont perform actions meant to be executed before or as she enters the room.
  14. if $ARGS[0] = '' or $ARGS[0] = 'start' or $ARGS[0] = 'return':
  15. '<center><b>Nicholas'' Living Room</b></center>'
  16. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/nichApartment/study.jpg"></center>'
  17. nichNichPresent = FUNC('nichUtil','isPresent','nicholas','study')
  18. nichCleanAppropriate = 1
  19. if nichNichPresent = 1:
  20. '<a href="exec: gt ''nichNicholas'', ''start''">Nicholas</a> is sitting behind his desk working on his computer.'
  21. nichCleanAppropriate = 0
  22. end
  23. act 'Return to the hallway':
  24. minut += 1
  25. gt 'nichApartment'
  26. end
  27. if nichWork = 2:
  28. if nichCleanAppropriate = 0:
  29. 'It wouldn''t be appropriate to clean this room now.'
  30. else
  31. gs 'nichChore','inspect','study'
  32. end
  33. end
  34. killvar 'nichNichPresent'
  35. end
  36. --- nichStudy ---------------------------------