User:Daemonika Nightfire/Scripts/AppLinks

From Second Life Wiki
Jump to navigation Jump to search

secondlife:///app/...

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
Profil [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
Profil [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
Profil [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
Profil [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
Profil [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
Profil [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
Profil [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
Profil [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
Profil [secondlife:///app/agent/61ee201a-81cf-4322-b9a8-a5eb8da777c2/completename] useless