love Machine

By AceOfSpades on Feb 14, 2007

In my Youth i Created a Shitty Love Script for this Site -_- i am Ashamed cause i saw it about 10 minutes before i posted this, so in repentment i post this Love Script much much better.
Commands: !love / !love nick / !love Nick nick
Example:
<@AceofSpades> !love
<@AceofSpades> AceofSpades Your Love Level is: ||||||| at 70% out of 100% For Love.
<@AceofSpades> !love Elli_Deamon
<@AceofSpades> AceofSpades Your Love for Elli_Deamon is ||| at 30% out of 100% and Elli_Deamon's love for you is |||| at 40% out of 100%. AceofSpades.
<@AceofSpades> !love Elli_Deamon Bluewolf
<@AceofSpades> Elli_Deamon Your Love for Bluewolf is |||| at 40% out of 100% and Bluewolf's love for you is || at 20% out of 100%. Elli_Deamon.

on *:Text:*:#:{
  if ($1 == !love) { love $chan $iif($3,$2 $3,$nick $2) }
}

on *:input:#:{
  if ($1 == !love) { timer 1 3 love $chan $iif($3,$2 $3,$me $2) }
}

alias Love {
  if ($1 ischan) && ($2 ison $1) {
    if (!$3) {   
      var %LoveTester = $rand(1,10)
      msg $1 $2 Your Love Level is: $+(4,$chr(44),1,$str(|,%lovetester),) at $+(%lovetester,0,%) out of 100% For 4Love.
    } 
    elseif ($3 ison $1) {
      if ($3 != $me) {
        var %love = $rand(1,10) $rand(1,10)
        msg $chan $2 Your Love for $3 is $+(4,$chr(44),1,$str(|,$gettok(%love,1,32)),) at $+($gettok(%love,1,32),0,%) out of 100% and $3 $+ 's love for you is $+(4,$chr(44),1,$str(|,$gettok(%love,2,32)),) at $+($gettok(%love,2,32)r,0,%) out of 100%. $2 $+ .
      }
      else { msg $1 Silly $nick Dicks are for Chicks, Not For Nicks hehe }
    }
    else { msg $1 Stop being Stupid $nick $+ . }
  }
}

Comments

Sign in to comment.
lexie   -  Jul 24, 2007

awww i like this script. very fun. keep up good stuff xxxx

 Respond  
AHBARAR   -  Jun 08, 2007

This Script Work So good Keep The Good Job hehehe at least u can full other ppl (jokking)
Giggle

 Respond  
AceOfSpades   -  Mar 17, 2007

Well that would be True, but if u looked at the Code itself
msg $chan $2 Your Love for $3 is $+(4,$chr(44),1,$str(|,$gettok(%love,1,32)),) at $+($gettok(%love,1,32),0,%) out of 100% and $3 $+ \'s love for you is $+(4,$chr(44),1,$str(|,$gettok(%love,2,32)),) at $+($gettok(%love,2,32)r,0,%) out of 100%. $2 $+ .
I use the %Var to Give me the Current Number that is there so i can say 36% or so on

 Respond  
Aaron   -  Feb 15, 2007

for numbers without commands you dotn need a var for random

$rand(1,100) in the command gives a random number also

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.