* Show different messages for pointing at items in someone's inventory * Improve search for inventory (requires engine PR) * Add comments explaining each GetString * Better loc ids * Add comment about using innermost inventory * Swap conditions for named variables * Remove POSS-NOUN uses * Add missing THE
16 lines
1.1 KiB
Plaintext
16 lines
1.1 KiB
Plaintext
## PointingSystem
|
|
|
|
pointing-system-try-point-cannot-reach = You can't reach there!
|
|
pointing-system-point-at-self = You point at yourself.
|
|
pointing-system-point-at-other = You point at {THE($other)}.
|
|
pointing-system-point-at-self-others = {CAPITALIZE(THE($otherName))} points at {REFLEXIVE($other)}.
|
|
pointing-system-point-at-other-others = {CAPITALIZE(THE($otherName))} points at {THE($other)}.
|
|
pointing-system-point-at-you-other = {CAPITALIZE(THE($otherName))} points at you.
|
|
pointing-system-point-at-tile = You point at the {$tileName}.
|
|
pointing-system-point-in-own-inventory-self = You point at your {$item}.
|
|
pointing-system-point-in-own-inventory-others = {CAPITALIZE(THE($pointer))} points at {THE($pointer)}'s {$item}.
|
|
pointing-system-point-in-other-inventory-self = You point at {THE($wearer)}'s {$item}.
|
|
pointing-system-point-in-other-inventory-target = {CAPITALIZE(THE($pointer))} points at your {$item}.
|
|
pointing-system-point-in-other-inventory-others = {CAPITALIZE(THE($pointer))} points at {THE($wearer)}'s {$item}.
|
|
pointing-system-other-point-at-tile = {CAPITALIZE(THE($otherName))} points at the {$tileName}.
|