The Inevitable Half Alias [Collaborative]

By Soulkeeper on Aug 20, 2008

This is just an alias follow-up for DJ_801's awesome script with HALF in it. :D

Original coding: SoulKeepz
Tidied Up/Fixed: napa

Usage: /half this text here will be cut into pieces. :>

This script is now a collaborative. Have another way to do it? Post it. :D

;Soul & Napa Version

alias half {
  var %% = $numtok($1-,32), %wee $1-
  while (%%) {
    var %said $addtok(%said,$left(%wee,$ceil($calc($len($gettok($1-,%%,32)) / 2))),32), %wee $deltok(%wee,1,32)
    dec %%
  }
  msg $active %said
}

;Lindrian Version

alias half {
  var %a 1
  while ($($ $+ %a,2) != $null) {
    var %s %s $left($v1,$ceil($calc($len($v1)/2)))
    inc %a
  }
  msg $active %s
}

;F*U*R*B*Y Version

alias half { echo -a a whole } 

;Gummo Edition

alias half {
  while $0 {
    var %s %s $left($1,$ceil($calc($len($1)/2)))
    tokenize 32 $2-
  }
  msg $active %s
}

Comments

Sign in to comment.
Gummo   -  Aug 21, 2008

Smaller:

alias half {
  while $0 {
    var %s %s $left($1,$ceil($calc($len($1)/2)))
    tokenize 32 $2-
  }
  msg $active %s
}

EDIT: Is there a reason for mine being Gummo 'Edition'?

 Respond  
Cheiron   -  Aug 21, 2008

hey Soulkeeper? where is my accreditation in the thank-yous for the idea for this script in the first instance lol

 Respond  
deejay8   -  Aug 21, 2008

;Lindrian Version works for me

 Respond  
F*U*R*B*Y*   -  Aug 21, 2008

a lil shorter version

 alias half { echo -a a whole } 
 Respond  
Spanky   -  Aug 21, 2008

/me will try. to make me own at some later date. me poofs to sleep.

 Respond  
Lindrian   -  Aug 21, 2008

A lil shorter version.

alias half {
  var %a 1
  while ($($ $+ %a,2) != $null) {
    var %s %s $left($v1,$ceil($calc($len($v1)/2)))
    inc %a
  }
  msg $active %s
}
 Respond  
Spanky   -  Aug 21, 2008

me uses

 Respond  
Eugenio   -  Aug 20, 2008

ROFL
lmao @ EL

 Respond  
Cheiron   -  Aug 20, 2008

i am gonna have to be careful what i comment in future lol.... 10/10 to Soulkeeper and napa for taking my suggestion up and actually scripting it. nice one guys

 Respond  
Jonesy44   -  Aug 20, 2008

Haha! nice one .. DJ_801 should add this to his script.. clearly it's required .. what for.. fuck knows
:D

 Respond  
Cheiron   -  Aug 20, 2008

oh man.. look at the monster i have created with my half remark... chuckles sadistically

 Respond  
EL   -  Aug 20, 2008

FAIL erm i mean FA

 Respond  
deejay8   -  Aug 20, 2008
  • /msg: insufficient parameters (line 7, remote.ini)
 Respond  
Soulkeeper   -  Aug 20, 2008

I'm quite proud of our work. :>

 Respond  
napa182   -  Aug 20, 2008

LMFAO

 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.