Removing "yourself" from description

Hi guys,

How can I remove the word “yourself” from a list like “List of things in Room1”

Thanks,

This will do it:

[code]Definition: a thing is other if it is not the player.

when play begins:
say “[a list of other things]”[/code]

Then if you use the term “other thing” it will automatically ignore the player.