Skip to content
General Chat Talk

Sound In Scripts

A TG007 community discussion started by Johnson.

Discussion 5 posts
Page 1 of 1
Open
Topic #8938 · 5 published posts · 1,118 views
:lmaojump: ... I need to know if anyone out there can help me .. you know the sounds in some of the scripts like join room .. leave room .. how do I get a phone ringing :D .. iv googled this and come up wiv nothing :(

First, you need to find the sound of a telephone ringing. Then you can do something like ..

on !*:JOIN:#: {
  if (%nosound) return
  set -u2 %nosound on
  splay -q C:\fullpath\to\yoursound\telephone.mp3
}

:oops: I better explain myself better ... this is the code I use for sound which works fine

#Sounds on
on *:Join:*:{ splay join.wav }
on *:Part:*:{ splay leave.wav }

 

soundnr5.th.jpg

 

That is what Im looking for and how do I do it ... I hope iv explained myself a bit better .. X-Fusion thankyou for your help and reply :D

:lmaojump:I found out how to do it :lmaojump:

A simple search for rintone samples would get you a ton of sounds from a reg phone to little dance biddies. Even some voice overs. I used one in my last script for the join tune that sang welcome to the jungle by GnR. LOL

Glad you got it Lynx. TC Dude!