Open WBP_MainPhoneand find the map variable named NoteList. You can add default notes here. The Key (first string) is the title of the note, and the Value (second string) is the content of the note.
2)Creating Default Message History
Open AC_PhoneComponent. To add a default message history, find the map variable named MessageList.
Key: Enter the NPC's phone number you are messaging.
Value: This is an array of message data structures.
Message: The text of the message.
Date: The time the message was sent.
Sender Number: The number of the person sending the message. (Use 000 for the player).