Skip to content

Function Page Template

Serra Royale edited this page Jul 7, 2025 · 2 revisions

general function info

Caveats

  • some caveat

Examples

Example 1

default
{
    state_entry()
    {
        llSay( 0, "Script running");
    }
}

Example 2

default
{
    state_entry()
    {
        llSay( 0, "Script running");
    }
}

Notes

  • some note 1
  • some note 2

See Also

Functions

Clone this wiki locally