-- examine.i -- version 0.1 -- version for skipbrek -- feb 99 added 'the' to default description DEFAULT ATTRIBUTES examinable. SYNONYMS x, search, inspect, 'check' = examine. SYNTAX examine = examine (obj) --* WHERE obj ISA OBJECT OR ACTOR ELSE "You can't examine that!" SYNTAX look_at = 'look' 'at' (obj) --* WHERE obj ISA OBJECT OR ACTOR ELSE "You can't examine that!" VERB examine,look_at CHECK obj IS examinable ELSE "You can't examine that!" DOES "There is nothing special about the $o." END VERB.