diff options
author | Carter Kolwey <cheapiephp@gmail.com> | 2016-04-25 02:41:55 -0500 |
---|---|---|
committer | Carter Kolwey <cheapiephp@gmail.com> | 2016-04-25 02:41:55 -0500 |
commit | 4827d2064ffc1b93afd4da8a85c09c3d479bd81c (patch) | |
tree | 3b8a68568e32f81b35672078f74b1bfe698484e9 /README | |
parent | f6fedd97e781eeaa3b911074002fbbe69ed07221 (diff) |
Add reply/delete buttons to the message window
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Instructions: The inbox can be accessed by using the /mail command or by pressing the "Mail" button in unified_inventory if that mod is installed. In that window, all messages that the player currently has have the sender and subject (truncated if necessary) shown in a list. Unread messages are shown in red, while read messages are shown in white. The "Mark Read" and "Mark Unread" buttons will change this status, as well as viewing the message. -To view a message, either single-click on it and press "Read", or just double-click on it. A window will then open showing the sender, subject, and body of the message, with a button to return to the inbox. +To view a message, either single-click on it and press "Read", or just double-click on it. A window will then open showing the sender, subject, and body of the message, with buttons to return to the inbox, reply to the message, or delete it. Single-clicking a message and pressing the "delete" button will remove the message from the inbox. |