i am trying to make a script that does one of many things randomly but i cannot get it to function correctly any ideas how to fix it?
and can someone help me creat a script for quoting in a channel?
on *:action:*:huggles *:{
if ($me isin $2){
/var %randomnumber = $random()
if (%randomnumber < 0.5) {
/do $chan implodes
else {
/do $chan huggles back
}