# Default Data Setup

#### 1)**Setting Default Notes**

Open <mark style="color:$success;">**WBP\_MainPhone**</mark> and find the map variable named <mark style="color:$success;">**NoteList**</mark>. 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).

  <figure><img src="https://671943288-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSFrgIAPveQGFfoCGsTJg%2Fuploads%2F8etNv76PbstY1TaOusei%2Fimage.png?alt=media&#x26;token=037315ad-bf49-4ab4-9d1d-dbb233fda485" alt=""><figcaption></figcaption></figure>
