For Fun

By M[n]M on Sep 05, 2007

U can put any thing after !give
btw D-guy is a nick u dont have to ..like use it

Example:
<M[n]M> !give D-guy a cold beer

  • M-BoT Gives D-guy a cold beer.
on *:text:*!give*:#: {
  if $1 == %c $+ !give {
    if $2 == $null { describe $chan 12Gives4 $2 12 $3- $+ 4. | halt }
    else { describe $chan 12Gives4 $2 12 $3- $+ 4. | halt }
  }
}

Comments

Sign in to comment.
guest598594   -  Sep 07, 2007

edit ur damn script, u repeated urself on the else anyway

on *:text:*!give*:#: describe $chan 12Gives4 $2 12 $3- $+ 4. 

i dont even think u should even post it on hawkee, no ones gonna use it anyway

if you decide to keep it, click [size=29]EDIT[/size] to the right of [size=29]SEND TO CLIPBOARD[/size] and take out [size=29]%c[/size]

 Respond  
napa182   -  Sep 07, 2007

the diff is it wont work for me cuz i have a set Variable thats a %c
and i dont see why it\'s so hard for you to edit Ur posts...

 Respond  
M[n]M   -  Sep 07, 2007

DUDE just use it and it will work as a same thing that i did so whats the difference..?

 Respond  
guest598594   -  Sep 06, 2007

instead of doing if ($3 == $null) u can just do if (!$3)

 Respond  
WIRED   -  Sep 06, 2007

Removed.

 Respond  
napa182   -  Sep 06, 2007

oops i mean

on *:text:!give *:#: {
  if ($3 == $null) { 
    describe $chan 12Gives4 $nick 12 A $2- $+ 4. 
  }
  else { 
    describe $chan 12Gives4 $2 12 A $3- $+ 4. 
  }
}
 Respond  
Ghost-lit Warder   -  Sep 06, 2007

Why would you even need $channel? Just take out the %c as everyone else has said. >_>


if $2 == $null { describe $chan 12Gives4 $2 12 $3- $+ 4. | halt }

That doesn\'t make any sense. Just replace that with:

if (!$2) { msg $chan nick has not been specified | halt }
 Respond  
napa182   -  Sep 06, 2007

you could have just done...

on *:text:*!give *:#: {
  if ($3 == $null) { 
    describe $chan 12Gives4 $nick 12 A $2-  
  }
  else { 
    describe $chan 12Gives4 $2 12 A $3- 
  }
}
 Respond  
napa182   -  Sep 06, 2007

%c is a Variable and there is no need for it on Ur script

 Respond  
M[n]M   -  Sep 06, 2007

(if $1 == %c $+ !give) == means if 1st words is \"lol\" in the channel (%c) ..got it?

 Respond  
M[n]M   -  Sep 06, 2007

dude %c is used for $channel got it?

 Respond  
guest598594   -  Sep 06, 2007

click edit and take out %c!

 Respond  
guest598594   -  Sep 06, 2007

lol i believe you

 Respond  
Akishoot   -  Sep 06, 2007

scratches his head You lost me there bud. o_O

 Respond  
M[n]M   -  Sep 06, 2007

i could show you some of them i download it but those that i made on my OWN Fingers lol

 Respond  
M[n]M   -  Sep 06, 2007

is a same as mine ..

on :text:!give:#: describe $chan 12Gives4 $2 12 $3- $+ 4.

 Respond  
M[n]M   -  Sep 06, 2007

and yes i will update my snippet :)

 Respond  
M[n]M   -  Sep 06, 2007

dude i saw some one had that script annd i try to make one like that and i made it btw i didn\'t download any script from any websites i did but thse scripts that i posted is none of them i just made them for fun :)

 Respond  
guest598594   -  Sep 06, 2007

are you ever gonna update your codes???

 Respond  
napa182   -  Sep 06, 2007

the only reason i say this is cuz of the if $1 == %c

 Respond  
napa182   -  Sep 05, 2007

yep

 Respond  
guest598594   -  Sep 05, 2007

oh i know what ur talkin about, like a mirc bot with tons of scripst in it, like dreambot

 Respond  
napa182   -  Sep 05, 2007

well diff mIRC scripts

 Respond  
napa182   -  Sep 05, 2007

yeah

 Respond  
guest598594   -  Sep 05, 2007

anyways, i dont think so, because he asked me earlier how to post snippets, because he has a lot of them in his mirc :/

 Respond  
guest598594   -  Sep 05, 2007

you can download a mirc with remotes in it already?

 Respond  
napa182   -  Sep 05, 2007

i think these scripts were taken from a downloaded mIRC someone made and he\'s posting whats in the remotes

 Respond  
guest598594   -  Sep 05, 2007

once again take out %c and *

on *:text:!give*:#: describe $chan 12Gives4 $2 12 $3- $+ 4.
 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.