Jump to content

Broadcasting

Resident
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Broadcasting

  1. Oh sorry went on vacation and forgot to check back here lmao but script works perfectly thanks
  2. Anybody know where I can find a script that can activate/deactivate another script inside a rezed prim by using a hud button? im not really to educated on scripting to go about it, so if anybody knows where one is on marketplace or inworld let me know I seriously cant find one by searching or maybe im just using wrong words.
  3. Ah I see I tried it out it still acts the same as before so yeah Id probably need something in the actual particle player itsself which also listens to that hud script
  4. So I don't really know a single thing when it comes to scripting, but friend of mine made a simple hud script for me a while back to work with a particle fountain which is just a simple click to activate thing(it runs and stops after particles are done) I wanted it to stay on and going until I click the hud button once again. So how would I go about adding an on and off switch to this? default { state_entry() { } touch_start(integer total_number) { llSay(10, "Fountain"); } }
×
×
  • Create New...