Include "Grammar"; ! Defined in DM4 §6 [ PhotographSub; if (camera notin player) "Not without the use of your camera."; if (noun == player) "Best not. You haven't shaved since Mexico."; if (children(player) > 1) "Photography is a cumbersome business, needing the use of both hands. You'll have to put everything else down."; if (location == Forest) "In this rain-soaked forest, best not."; if (location == thedark) "It is far too dark."; if (AfterRoutines()) return; print_ret "You set up the elephantine, large-format, wet-plate camera, adjust the sodium lamp and make a patient exposure of ", (the) noun, "."; ]; Verb 'photograph' * noun -> Photograph; ! ---------------------------------------------------------------------------- !