Jump to content

HUD script to change texture and trigger anim on worn item help..


Rucy Byron
 Share

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

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

Recommended Posts

I am making a worn item and i need a hud to trigger an animation and a texture change simultaneously, I am not a scripter so need a relatively simple solution if one is available! Any suggestions would be appreciated.

 

Thanks in advance :)

 

Rucy Byron

Link to comment
Share on other sites

you will need 2 scripts, one for the HUD and one for the worn item.

the HUD can be a simple Touch event that sends a message via

shout,say, whipser, regionsay etc.

the worn item script will need a listen event, and should request perms for animations,

and when the correct message is recieved, uses

http://wiki.secondlife.com/wiki/LlSetLinkPrimitiveParamsFast#llSetLinkPrimitiveParamsFast

to change the texture... and then uses ....

http://wiki.secondlife.com/wiki/LlStartAnimation

to play the animation

The scipting itself is "relatively simple" ....you could attempt it yourself, or

post in the Wanted forums to get someone to make it for you?

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3630 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...