Skip to content

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

  1. A script gives a notecard to the user
  2. The notecard is displayed in a special overlay
  3. The user can read but not interact with the notecard
  4. 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

  1. Create a notecard with your content
  2. Name it appropriately
  3. Place it in your object's inventory
  4. 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