Difference between revisions of "User:Daemonika Nightfire/Scripts/AppLinks"

From Second Life Wiki
Jump to navigation Jump to search
Line 297: Line 297:
|style="text-align:center;" |'''''Profile'''''
|style="text-align:center;" |'''''Profile'''''
|<nowiki>["secondlife:///app/group/create" Create a Group]</nowiki>
|<nowiki>["secondlife:///app/group/create" Create a Group]</nowiki>
|style="text-align:center;" |yes
|}
===Land===
{| width="100%" {{Prettytable}}
|- {{Hl2}}
!colspan="4"|Land
|-
|style="text-align:center;" |'''Description'''
|style="text-align:center;" |'''Location'''
|style="text-align:center;" |'''Code'''
|style="text-align:center;" |'''Works'''
|-
|rowspan="3"|Opens the worldmap.
|style="text-align:center;" |'''''Script'''''
|<source lang="lsl2">
vector my_pos = llGetPos();
string url = llEscapeURL(llGetRegionName()) + "/" +
                ((string)llRound(my_pos.x)) + "/" +
                ((string)llRound(my_pos.y)) + "/" +
                ((string)llRound(my_pos.z));
llSay(0, "secondlife:///app/worldmap/" + url);
</source>
|style="text-align:center;" |yes
|-
|style="text-align:center;" |'''''Chat'''''
|<nowiki>secondlife:///app/worldmap/Bay%20of%20Surreality/54/124/22</nowiki>
|style="text-align:center;" |yes
|-
|style="text-align:center;" |'''''Profile'''''
|<nowiki>[secondlife:///app/worldmap/Bay%20of%20Surreality/54/124/22 Open Map]</nowiki>
|style="text-align:center;" |yes
|style="text-align:center;" |yes


|}
|}

Revision as of 13:44, 1 January 2020

secondlife:///app/...

Agent-Specific

Agent
Description Location Code Works
Opens the user profile of the ID. Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/about");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/about yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/about Profil] yes
Opens the user profile of the ID.

Works similar to the /about version.

Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/inspect");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/inspect yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/inspect Profil] yes
Sends an teleport offer to the ID. Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/offerteleport");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/offerteleport yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/offerteleport offer TP] yes
Sends an friendship offer to the ID. Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/requestfriend");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/requestfriend yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/requestfriend Friend me] yes
Mute the ID. Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/mute");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/mute yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/mute Mute me] yes
Unmute the ID. Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/unmute");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/unmute yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/unmute Unmute me] yes
Show the Displayname of the ID. Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/displayname");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/displayname yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/displayname] useless
Show the Username of the ID. Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/username");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/username yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/username] useless
Show the Displayname & (Username) of the ID. Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/completename");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/completename yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/completename] useless
Starts an IM call with the ID.

Will not work to yourself.

Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/im");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/im yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/im IM me] yes
Starts an Voice call with the ID.

Useless to yourself.

Script
llSay(0, "secondlife:///app/voicecallavatar/61ee201a-81cf-4322-b9a8-a5eb8da777c2");
yes
Chat secondlife:///app/voicecallavatar/61ee201a-81cf-4322-b9a8-a5eb8da777c2 yes
Profile [secondlife:///app/voicecallavatar/61ee201a-81cf-4322-b9a8-a5eb8da777c2 Voice me] yes
Share Inventory Item with the ID.

Will not work to yourself.

Script
llSay(0, "secondlife:///app/sharewithavatar/61ee201a-81cf-4322-b9a8-a5eb8da777c2");
yes
Chat secondlife:///app/sharewithavatar/61ee201a-81cf-4322-b9a8-a5eb8da777c2 yes
Profile [secondlife:///app/sharewithavatar/61ee201a-81cf-4322-b9a8-a5eb8da777c2 give it to me] yes
Pay the ID. Script
llSay(0, "secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/pay");
yes
Chat secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/pay yes
Profile [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/pay Pay me] yes

Group

Group
Description Location Code Works
Opens the group floater for join or see group-charta. Script
llSay(0, "secondlife:///app/group/140870c6-63f2-f76b-c6e9-002edb7c3bd8/about");
yes
Chat secondlife:///app/group/140870c6-63f2-f76b-c6e9-002edb7c3bd8/about yes
Profile [secondlife:///app/group/140870c6-63f2-f76b-c6e9-002edb7c3bd8/about Group Profil] yes
Opens the group info dialog. Script
llSay(0, "secondlife:///app/group/140870c6-63f2-f76b-c6e9-002edb7c3bd8/inspect");
yes
Chat secondlife:///app/group/140870c6-63f2-f76b-c6e9-002edb7c3bd8/inspect yes
Profile [secondlife:///app/group/140870c6-63f2-f76b-c6e9-002edb7c3bd8/inspect Group Info] yes
Opens an group floater to create one. Script
llSay(0, "secondlife:///app/group/create");
yes
Chat "secondlife:///app/group/create" yes
Profile ["secondlife:///app/group/create" Create a Group] yes
Opens the floater with the list of your groups. Script
llSay(0, "secondlife:///app/group/list/show");
yes
Chat "secondlife:///app/group/create" yes
Profile ["secondlife:///app/group/create" Create a Group] yes

Land

Land
Description Location Code Works
Opens the worldmap. Script
vector my_pos = llGetPos();
string url = llEscapeURL(llGetRegionName()) + "/" +
                ((string)llRound(my_pos.x)) + "/" +
                ((string)llRound(my_pos.y)) + "/" +
                ((string)llRound(my_pos.z));

llSay(0, "secondlife:///app/worldmap/" + url);
yes
Chat secondlife:///app/worldmap/Bay%20of%20Surreality/54/124/22 yes
Profile [secondlife:///app/worldmap/Bay%20of%20Surreality/54/124/22 Open Map] yes