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

See Also

Functions

* [[Some other function page]] - some related function

Clone this wiki locally