profileNotes - Total-RP/Total-RP-3 GitHub Wiki

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")
⚠️ **GitHub.com Fallback** ⚠️