Hi guys, on some servers (Kaos for one) Manon screams when she jumps or falls off of things. Now some in our clan get a kick out of this and i would like to add this to our server, yet I have been unable to find this little mod. If anyone knows I would appreciate their help!
I 've never heard of that before.
The only way I can think of to make this happen, is in the map itself and that 's pretty easy to do:
-Just add a trigger_multiple somewhere in the air so when you fall through it it plays a sound. Give the trigger a targetname lets say 'scream'
-Make a script_model near the trigger and give it the model (=key), fx\dummy.tik (=value). Give it a targetname lets say 'speaker'
Then for the script:
Just above the 'end' of main: [code:6d48d]$speaker thread manonscream[/code:6d48d]Then below the 'end': [code:6d48d]manonscream:
$scream waittill trigger
$speaker playsound 'name of your sound s alias in ubersound'
end[/code:6d48d]
Thanks Ghost Dogg...that is the most info anyone has been able to provide me so far. I will give it a try!
If anyone else has something to add or advice cuz I am new to modding I would appreciate it!