Jump to content

Need a script that trigger particles via a remote/hud button


Galatheus
 Share

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

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

Recommended Posts

I'm new with LSL scripting so I usually rely on existing scripts on MP. I need just a simple one, I click a button on a hud, it triggers particles inside a remote object, that's it. No idea how this can be done.

A working script would be appreciated so I can study the codes too.

Edited by Galatheus
Link to comment
Share on other sites

If your goal is to actually learn, a "working script" isn't going to be helpful. Instead, I would point you at a basic LSL tutorial or even just the wiki page for "listen event."

Basically, what you need is to:

1. Detect a touch

2. Send a message. (Like llSay)

3. Listen for a message

4. Play a particle effect

Just Google for any of those and add "LSL how to"

  • Like 2
Link to comment
Share on other sites

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