Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| friends [2026/09/23 00:05] – created - external edit 127.0.0.1 | friends [2026/09/23 00:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Friend ====== | ====== Friend ====== | ||
| - | Friends are the best part of the world of Nilgiri. Make many friends, make few enemies. Having friends can be advantageous. It may affect the way certain spells operate. | + | Friends are the best part of the world of Nilgiri. Make many friends, make few enemies. Having friends can be advantageous. It may affect the way certain spells operate. |
| ==== Adding a friend ==== | ==== Adding a friend ==== | ||
| - | To add a friend, '' | + | To add a friend, '' |
| + | <code mud> | ||
| + | > befriend silk | ||
| + | You now consider Silk as a friend! | ||
| + | > | ||
| + | </ | ||
| ==== Removing a friend ==== | ==== Removing a friend ==== | ||
| - | To remove a friend, '' | + | To remove a friend, '' |
| + | <code mud> | ||
| + | > unfriend silk | ||
| + | Silk is no longer your friend. | ||
| + | > | ||
| + | </ | ||
| ==== Tracking friends ==== | ==== Tracking friends ==== | ||
| - | If the people on your friends list also have added you as their friend, you are able to track their entry and exits from the game via automatic notification. Keeping track of friends is a very powerful bit of knowledge. You should only friend people you trust. | + | If the people on your friends list also have added you as their friend, you are able to track their entry and exits from the game via automatic notification. Keeping track of friends is a very powerful bit of knowledge. You should only friend people you trust. |
| + | <code mud> | ||
| + | > | ||
| + | [Silk has entered the game.] | ||
| + | > | ||
| + | [Silk has left the game.] | ||
| + | > | ||
| + | > | ||
| + | [Silk has entered the game.] | ||
| + | > | ||
| + | </ | ||
| ===== Ignore ===== | ===== Ignore ===== | ||
| + | |||