Pronouns - torilmud/docs GitHub Wiki

Special Pronouns

Pronoun variables are a handy tool used in many areas, among them: shops, powers, quest entries and Special Procedures. Not all pronoun variables might work on every area mentioned above, but for the most part they will, and will save you some work.

Variable Actor Variable Target
$n Name $N Name
$m him/her/it $M him/her/it
$s his/her/its $S his/her/its
$e he/she/it $E he/she/it
Special Variables
$p is replaced with the [object's short description](/torilmud/docs/wiki/Obj-File#short-description), or 'something' if you can't see it. $o is replaced with the object's first keyword, which for many objects might be silly.

For shops, the actor would be the shopkeeper. The buyer/seller would be the target.

For powers, the actor would be the player/npc performing the power. The target would be the npc/player the power is being performed at.

For quests, the actor is the quester (player). The target is the quest giver (npc).

For Special Procedures, well, that depends on the person coding it!