Difference between revisions of "User:Pazako Karu"

From Second Life Wiki
Jump to navigation Jump to search
Line 7: Line 7:


[https://wiki.secondlife.com/wiki/EasyDialog Easy Dialogs] Call a dialog with a context that is returned in the listen. It makes multiple pages, and security, much easier.
[https://wiki.secondlife.com/wiki/EasyDialog Easy Dialogs] Call a dialog with a context that is returned in the listen. It makes multiple pages, and security, much easier.
[https://wiki.secondlife.com/wiki/Printf Printf/Sprintf] Replicates the functionality of sprintf and printf for scripts in LSL. Sadly, its about 100 lines, but it functions well with respectable speed.


More incoming...
More incoming...

Revision as of 21:52, 29 November 2022

Public Domain Works

Profile Picture Retrieval

key2Int (Convert an input key into a color vector)

Get Group Info (Read LL site for scraping information from a group, like name, user count, fees, etc.

Easy Dialogs Call a dialog with a context that is returned in the listen. It makes multiple pages, and security, much easier.

Printf/Sprintf Replicates the functionality of sprintf and printf for scripts in LSL. Sadly, its about 100 lines, but it functions well with respectable speed.

More incoming...