Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Is it possible.....

DelMar Gans
Registered User
Join date: 29 Apr 2008
Posts: 24
07-25-2008 23:48
Is it possible, using scripting, gesture language...whatever, to attach to an F-key, an action, like "Take a hat from inventory, and put it on" or "Teleport to a specific location (not Home)" or "Replace Outfit with... [a pre-selected choice]".

I don't see a way to do this, but then I'm still way behind most people who know how to make this world work smoothly.

Thanks,

DelMar Gans
Ralektra Breda
Template Painter
Join date: 7 Apr 2008
Posts: 1,875
07-25-2008 23:55
Keybindings work in most gaming applications I don't know why they wouldn't work in SL. I don't know how to do it, but I'm sure it could be done :P
Johnnie Carling
Registered User
Join date: 17 Aug 2007
Posts: 174
07-26-2008 00:21
For the replace outfit, Yes there is a way, but not with the normal viewer.

You would have to use the Restrained Life Viewer

Create a #RLV folder in your inventory

Create a myoutfit folder in the #RLV folder and put the outfit you want to wear in it.

Write a script that listens for myoutfit on channel one (or whatever) and when it hears that it sends a llOwnerSay("@attach:myoutfit=force";) and put it in a object your wearing or a hud.

Create a gesture that says /1 myoutfit and assign it to the F key of Your choice.

it's simple in a complex way :-P