Difference between revisions of "User:Pazako Karu"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== Public Domain Works ==
== Public Domain Works ==
= Profile Pictures in Scripts =
[https://wiki.secondlife.com/w/index.php?title=Profile_Picture_Retrieval&oldid=1207507 Profile Picture Retrieval]
[https://wiki.secondlife.com/w/index.php?title=Profile_Picture_Retrieval&oldid=1207507 Profile Picture Retrieval]


[https://wiki.secondlife.com/w/index.php?title=Key2RGB&oldid=1208248 key2RGB] (Convert an input key into a color vector)
= Keys to Unique Colors =
[https://wiki.secondlife.com/w/index.php?title=Key2RGB&oldid=1208248 key2RGB]


[https://wiki.secondlife.com/w/index.php?title=GetGroupInfo&oldid=1208247 Get Group Info] (Read LL site for scraping information from a group, like name, user count, fees, etc.
Convert an input key into a color vector


[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.
= Group Info =
[https://wiki.secondlife.com/w/index.php?title=GetGroupInfo&oldid=1208247 Get Group Info]


[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.
Read LL site for scraping information from a group, like name, user count, fees, etc.
 
= Contextual Dialogs =
[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.
 
= Printf / Sprintf =
[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.
 
= Linkset Resizing =
[https://wiki.secondlife.com/wiki/User:Pazako_Karu/LinksetResizer Linkset Resizer]
[https://wiki.secondlife.com/wiki/User:Pazako_Karu/LinksetResizerWithMenu Linkset Resizer w/ Menu]
 
Resizes a linkset in independent X,Y,Z as desired without any configuration.


More incoming...
More incoming...

Revision as of 00:56, 22 December 2022

Public Domain Works

Profile Pictures in Scripts

Profile Picture Retrieval

Keys to Unique Colors

key2RGB

Convert an input key into a color vector

Group Info

Get Group Info

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

Contextual Dialogs

Easy Dialogs

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

Printf / Sprintf

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.

Linkset Resizing

Linkset Resizer Linkset Resizer w/ Menu

Resizes a linkset in independent X,Y,Z as desired without any configuration.

More incoming...