|
%%
- => `%' (just in case you actually want to talk about percentages).
%n
- => the player
%t
- => this object (i.e., the object issuing the message,... usually)
%d
- => the direct object from the command line
%i
- => the indirect object from the command line
%l
- => the location of the player
%s
- => subject pronoun: either `he', `she', or `it'
%o
- => object pronoun: either `him', `her', or `it'
%p
- => posessive pronoun (adj): either `his', `her', or `its'
%q
- => posessive pronoun (noun): either `his', `hers', or `its'
%r
- => reflexive pronoun: either `himself', `herself', or `itself'
%(foo)
- => player.foo
%[tfoo], %[dfoo], %[ifoo], %[lfoo]
- => this.foo, dobj.foo, iobj.foo, and player.location.foo
%#
- => player's object number
%[#t], %[#d], %[#i], %[#l]
- => object numbers for this, direct obj, indirect obj, and location.
|