|
Latent Apprentice
Joined: 19 Aug 2002 Posts: 120 Location: USA
|
Posted: Wed Feb 12, 2003 12:02 am
help on an alias... |
ok... heres the thing, i want to make an alias for "say" that will say exactly what i say, only it will expand any S's in my speech to be anywhere from 3-5 s's...
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Feb 12, 2003 12:40 am |
Hrm, after that long with these forums you should have learned that there is a search function. Quick search on "hiss" reveals a number of very nice scripts that do exactly what you want.
|
|
|
|
doomfyre Apprentice
Joined: 03 Jan 2002 Posts: 152 Location: USA
|
Posted: Wed Feb 12, 2003 12:42 am |
#VAR hiss {sss|ssss|sssss}
#AL say {~say %replace( "%-1", s, %item( @hiss, %random( 1, 3)))}
Lightbulb and Vigilante provided the inspiration for this in previous postings found via a search of 'hissing'.
I added the %random part, because those other scripts seemed to only add a set number of s's, rather than a random number like you want. |
|
|
|
Latent Apprentice
Joined: 19 Aug 2002 Posts: 120 Location: USA
|
Posted: Wed Feb 12, 2003 1:56 am |
thanks for an answer
|
|
|
|
|
|