Top

ivana's notepad, im going to keep editing


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  5.5
Scores Submitted  2
Date Added  Mar 05, 2008
Last Updated  Mar 05, 2008
Tags  bored  notepad 
  Bookmark and Share

Introduction

before you accuse me of stealing, it says "BY IVANALICIUS" in the script... sooo.. duh


What i did, was add a few word changing things and added a status bar, like in the real notepad

Grab the Code

Comments

  (3)  RSS
Korvin
Comments: 238
 
mIRC Snippet:  ivana's notepad, im going to keep editing
Posted on Mar 5, 2008 10:22 pm
no comments?
F*U*R*B*Y*
Comments: 569
 
mIRC Snippet:  ivana's notepad, im going to keep editing
Posted on Mar 23, 2008 9:21 am
Korvin....

borrowed your

Code:

alias len-_ {
  var %i = 1, %v = 0
  while ($did(jcc_notepad,1,%i)) {
    %v = $calc(%v + $len($v1))
    inc %i
  }
  return %v
}
alias wrd-_ {
  var %i = 1, %v = 0
  while ($did(jcc_notepad,1,%i)) {
    %v = $calc(%v + $gettok($v1,0,32))
    inc %i
  }
  return %v
}


but isn't working for me :S why? :P
F*U*R*B*Y*
Comments: 569
 
mIRC Snippet:  ivana's notepad, im going to keep editing
Posted on Mar 23, 2008 9:43 am
never mind, fixed it :)

Please Register or Login to start posting comments.
Bottom