DragonFlare commented on a Page, Channel Topic Design  -  Oct 25, 2010

[Quote]
Rawee

just a note Lady Sorien

.Clear:{ topic # $chr(160) }
}
}

I know some scripts dont need that as some work without it the problem is it may only work on certain IRC's wont allow that due to other scripts working against it
[/Quote]
Use the BB Code Bro
Makes it easier to notice if you are posting code or not you got the


 BB COde to post code >  BB Code to Quote Someone [b] To Make your Text Bold  To add color [u] for Underlining your text and etc... Just thought you should know Rawee and Sorien Good work for a beginner just think of it as constructive critism i got it alot when i first started scripting and posting on here then again Typo was my mentor and napa182 so they were hard asses but they helped me learn See you on the server btw

[Quote] [Quote]
_Teen_

as SunnyD said, who said to u thats dont need a closing bracket? 

look at this example

in this first example i will put a while event
[/Quote]

> 
_Teen_

> 
alias fd {
  var %x = 1
  while (%x <= $len($1-)) {
    echo -a $left($1,%x)
    inc %x
  }

  alias hhs {
    var %x = 1
    while (%x <= $1) {
      echo -a %x
      inc %x
    }
  }
}

> 
if we ''think'' in the same way as u think, when we type, /fd test, it will create a loop, then when we type /hhs 10, it will not work, so when we close the bracket, its work fine... 

He was correct
 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.