Deep Notes
Deep Notes is a feature that allows notecards to be displayed in a special read-only mode.
Overview
When a notecard is given to a user via the Deep Notes system, it appears as a read-only overlay that cannot be copied, edited, or saved. This is useful for:
- Roleplay information
- Rules and regulations
- Story elements
- Private information
How It Works
- A script gives a notecard to the user
- The notecard is displayed in a special overlay
- The user can read but not interact with the notecard
- The notecard cannot be copied, edited, or saved
Usage
For Scripters
To display a Deep Note:
// Give the notecard to the user
llGiveInventoryList(target_id, "", ["My Notecard"]);
The viewer will automatically display it as a Deep Note if the notecard is configured correctly.
Notecard Setup
- Create a notecard with your content
- Name it appropriately
- Place it in your object's inventory
- Give it via
llGiveInventoryList()
Limitations
- Deep Notes are read-only
- They cannot be copied or saved
- They disappear when the user closes them
- They are not stored in the user's inventory
Use Cases
Roleplay Information
Welcome to the simulation. Please read the following rules:
1. Stay in character at all times
2. Do not break immersion
3. Follow the directions of moderators
4. Have fun!
This information is confidential and should not be shared.
Rules and Regulations
Facility Rules:
1. No unauthorized access
2. Security personnel must be notified of any breaches
3. Emergency exits are located on each floor
4. Failure to comply will result in immediate removal
See also: Shared Folders | Nostrip