Skip to content

profileNotes

Ben edited this page Aug 16, 2022 · 1 revision

Private notes specific to each profile. They will change based on your currently active profile.

Structure

Each note has an ID, and a value. ["id"] = "Note Here"

  • id: A unique ID given to each note by TRP3
  • note: A string containing the note

Accessing Notes

path: "notes"

local note = TRP3_API.profile.getData("notes")
Clone this wiki locally