$getChr() and ~chr

By Ragex on Feb 12, 2008

To Use:

Bot Use:

Fill Free to change anything.

;;;;;;;
; $getChr() Script | By: Brandon
;;;;;;;

alias getChr {
  if (!$1) { return Error! You Must Enter A Character! }
  elseif ($1) { return $chr(36) $+ chr $+ $chr(40) $+ $asc($1) $+ $chr(41)) }
}
on *:text:~chr *:#:{
  if (!$2) { .msg $chan Error: $nick $+ , You must Enter a Character to continue! } 
  elseif ($2) { .msg $chan $nick $+ : $getChr($2) }  
}

Comments

Sign in to comment.
Noutrious   -  Feb 13, 2008

It works, eating more space in addon & using unneeded resources - it\'s almost the same thing as you have old shit in your room, which doesn\'t smell anymore - so why to move it?

Anyway, do whatever you want - not my problems, just suggesting.

 Respond  
Ragex   -  Feb 13, 2008

Does it matter to have all those corrections? The Damn thing still works.

 Respond  
Noutrious   -  Feb 13, 2008

This really is stupid, sorry!

on *:TEXT:*:#:{ if ($1 = !chr) { msg $chan $nick $+ : $iif($2 isnum,$asc($2),Syntax !chr 35) } }

No just of that aliases, even more

  if (!$1) { return Error! You Must Enter A Character! }

is just stupid, you should just haltdef that, then you could just use

if ($getchr($2)) { msg $nick $v1 }

but this way you need to check the text..

 Respond  
Freckle   -  Feb 12, 2008

btw, <----- Rick

 Respond  
Freckle   -  Feb 12, 2008

Rage aKa brandon. What kind of script is this. I would of expected to see some leet skills...

 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.