An event for leaving messages for players.
This is essentially what it does.
onActivate >> Self/NB >> msgSendWhen you click the brick, white text shows up in chat that says
To send a message to [Brick owner name], type your subject in chat, and press Enter to save. To stop this process at any time, say exit. |
Type the following and send it: Test.
After you send it, it says in white text in chat again
Subject saved. Please type your message. When you are done, press Enter to send. |
Type the following and send it: This message is a test.
When you send this, it says in white text once more
Thank you. Your message has been delivered to [Brick owner name]. |
As the owner of the brick, you can use
onActivate >> Self/NB >> msgRead >> [Trust Level, Admin, Unrestricted, etc.]When you click this, it puts up a numbered list of messages, 1 being the newest, and 100 being the oldest. When a new message is entered, it is now the newest message, and it pushes other messages down the list.
The display would appear in chat to look something like this:
Welcome, [Brick owner name]. Type a number in chat to view a message, or say exit to exit the process.
1. | Test. | SWAT One | [Timestamp] |
|
If you say "1", then it will say something like this in chat:
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —
Subject: | Test. | From: | SWAT One [14257] | | [Timestamp] | | This message is a test. | — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — If you would like to keep this message, say keep. If you would like to discard it, say discard. |
^Naturally, the black text would be white, but you get the idea.