Top

Fun actions


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  2.0
Scores Submitted  5
Date Added  Sep 05, 2006
Last Updated  Dec 17, 2006
Tags  action  actions  describe  fun  text 
  Bookmark and Share

Introduction

I've edited and bettered the code into these:
!dance - dance for you or someone else
!beer - give a beer to you or someone else
!coke - give a coke to you or someone else
!chips - give a bowl of chips to you or someone else
!pie - throw a pie at you or someone else


Grab the Code

Comments

  (11)  RSS
Krobeluskill
Comments: 26
 
mIRC Snippet:  Fun actions
Posted on Sep 5, 2006 8:29 am
Tell me what you think. =)
CaptainHollyShort
Comments: 40
 
mIRC Snippet:  Fun actions
Posted on Sep 11, 2006 4:43 pm
I don't see much of a purpose to it...at least combine all the on texts into one.

On *:Text:!*:#:{
if ($1 == matchtext_here) { do_commands }
elseif ($1 == matchtext_here) { do_commands }
}

etc...but it's still not very useful or fun.
Krobeluskill
Comments: 26
 
mIRC Snippet:  Fun actions
Posted on Sep 14, 2006 9:36 am
Thnx for that...
Sasuke
Comments: 318
 
mIRC Snippet:  Fun actions
Posted on Sep 16, 2006 9:26 pm
My milkshakes bring all the boys to the yard.
And they're like, "Can I have some?"
"Okay, that'd be a $1.50."

---

Yeah. It's ... simple.

I've moved on to CSS Profile scripting now. D;
See you all later.

Bye!
CaRe_Taker
Comments: 134
 
mIRC Snippet:  Fun actions
Posted on Sep 17, 2006 7:13 pm
Ahh to many on text Statments
lol

on *:TEXT:*:# {
If ($1 == !dance) { describe $chan dances for $nick ! v(^_^)v ^(^_^)^ <(^_^<) (>^_^)> }
if ($1 == !beer) { describe $chan gives an ice cold beer to $nick }
if ($1 == !happy) { notice $nick ^^ }
if ($1 == !sad) { notice $nick vv }
}
And So on ?


Aaron89
Comments: 2
 
mIRC Snippet:  Fun actions
Posted on Sep 23, 2006 10:35 am
This is a great start, Krobeluskill. Of course, there are ways to clean up the script a little, but you will learn in time. I think I'll download this, and use for those jumpin' parties I always have (;-P).

Keep up the great work, Krobeluskill. I look forward in seeing your next accomplishment.

Regards,

-Aaron
Krobeluskill
Comments: 26
 
mIRC Snippet:  Fun actions
Posted on Sep 25, 2006 2:00 pm
:)
cartman
Comments: 3
 
mIRC Snippet:  Fun actions
Posted on Oct 14, 2006 12:10 pm
I posted it into remotes but it didn't do anythign.
cartman
Comments: 3
 
mIRC Snippet:  Fun actions
Posted on Oct 14, 2006 12:14 pm
It messed up another bot..
Krobeluskill
Comments: 26
 
mIRC Snippet:  Fun actions
Posted on Dec 17, 2006 8:38 am
I'm going to update this snippet with some better and extra features so it doesn't drag down my profile.
AHBARAR
Comments: 158
 
mIRC Snippet:  Fun actions
Posted on Jun 3, 2007 1:49 pm
^^ just passing dont even look at me looooooooool i liked it >:D good work

Please Register or Login to start posting comments.
Bottom