Jump to content

Amari Mint

Resident
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hey guys, first time posting here. I have a script that allows an object, when touched, to play the sound listed, I'm having trouble finding a way to turn it into a randomly selected sound player, kind of like, every click plays a random sound that's listed in the script. If anyone can help, I'd appreciate it. This is my script so far. default { on_rez(integer startParam) { llResetScript(); } state_entry() { llPreloadSound("UUIDCODE"); llSetStatus(STATUS_BLOCK_GRAB, TRUE); } touch_start(integer numDetected) { llOwnerSay(llDetectedName(0)); llPlaySound("SOUNDNAME", 1.0); }
×
×
  • Create New...