-- global.i -- Library 0.3 -- synonyms for player's character so can "examine myself" "look at me" etc SYNONYMS me, myself, self = hero. her, him = it. -- 'named' used in std.i messages to distinguish between actors with real -- names like Fred (ie: is 'named') and The Bus-driver. -- This only automatically works for actors as "SAY object" doesn't -- capitalise the first letter even though you might have an object called -- Fred. To use this technique with objects, give the object a -- capitalised name in single quotes plus another name without the -- quotes - arun will use the object's leftmost name in the SAY statement -- and the player will be able to use the uncapitalised name in player -- commands -- eg: -- -- OBJECT robot AT spaceship NAME 'Floyd' NAME floyd DEFAULT ATTRIBUTES NOT named. ACTOR ATTRIBUTES named.