Jump to content

Need a bit of initial help


BeauBelleUK
 Share

You are about to reply to a thread that has been inactive for 3689 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

New to LSL, but not new to programming, so don't need to spend too much time on structure or logic, but perhaps a little more on functions etc.

I am initially interested in controlling of inventory, in particular at the moment, checking whether a certain clothing type is being worn, and, if not, attaching items held within a rlv directory, or the reverse.

 

Basically an auto attach or detach script. 

Does anyone know of a tutorial or guide that may be appropriate for this?

Link to comment
Share on other sites

Note that RLV is not typically considered a part of LSL. It runs through an LSL command (llOwnerSay), but commands are interpreted and translated in the client (something that LSL is incapable of).

Tutorials are difficult/uncommon, but you can find the API and some examples here:-

http://wiki.secondlife.com/wiki/LSL_Protocol/RestrainedLoveAPI

It's easy enough to make an attachment control itself. It's a very strong starter project, you'll learn a bunch.

Good luck!

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3689 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...