16.6 API calls

You can add a call button for an external script to each page. A sample receiving script is in the magazine book, or below the images.

default
{
    link_message(integer link, integer page, string message, key id) {
        if (message == "function") {
            llOwnerSay("page: " + (string)page + " function parameter: " + (string)id);
        }
    }
}

More To Explore

17.1 Customize buttons

In the Book Creator’s inventory, you can find 4 textures. Two ending ” default” and two ending with ” red” Those textures are samples for

17 Make it your own

Beyond adding pages, and content, there are some more things you can do to customize your book and make it just your own.