Clueless

Clueless

Joined
Mar 13, 2007
Location
the computer
Website

Activity Stream

Clueless commented on a Page, QuoteScript Dialog V4.0  -  Oct 20, 2007

i think he means that # is for Groups and ; is for commenting

 Respond  
Clueless commented on a Page, Quote system script  -  Oct 16, 2007

i already have some of them :p besides i have all the /quote does is it returns a random quote. even if i use a number it will return a random quote. thats all i needed though :p

 Respond  
Clueless commented on a Page, Quote system script  -  Oct 15, 2007

never thought of that... ima test before sending this quote so i dont double post something that wasnt nesseciary..

TESTING...

ok only the first alias is giving me trouble so here it is

alias quote {
if ($1 isnum) && ($2 <= $lines(c:\program files\mirc\Quotes.txt)) /msg $chan Quote $chr(91) $+ $chr(35) $+ $2 $+ $chr(92) $+ $lines(c:\program files\mirc\Quotes.txt) $+ $chr(93) 4 $+ $read(quotes.txt, $2)
else { set %quote $read(quotes.txt) } { /msg $chan $chr(91) $+ $chr(35) $+ $readn $+ $chr(92) $+ $lines(c:\program files\mirc\Quotes.txt) $+ $chr(93) 4 $+ %quote }
}

let me know if you have a solution

 Respond  
Clueless commented on a Page, Quote system script  -  Oct 13, 2007

this is what i put but it didnt work.

;on :input:#: { if ($1 == !quote) && ($2 == $null) { set %quote $read(quotes.txt) } { .msg $chan $chr(91) $+ $chr(35) $+ $readn $+ $chr(92) $+ $lines(c:\program files\mirc\Quotes.txt) $+ $chr(93) 4 $+ %quote }
;on
:input:#: { if ($1 == !quote) && ($2 isalnum) && ($2 <= $lines(c:\program files\mirc\Quotes.txt)) { .msg $chan Quote $chr(91) $+ $chr(35) $+ $2 $+ $chr(92) $+ $lines(c:\program files\mirc\Quotes.txt) $+ $chr(93) 4 $+ $read(quotes.txt, $2) } }
;on :input:#: { if ($1 == !addquote) .write quotes.txt 12Quote added by $nick on $date $+ : 4 $+ $2- } { .msg $chan Your quote has been added, thank you! }
;on
:input:#: { if ($1 == !delquote) && ($nick isop $chan) { .write -dl$2 quotes.txt }
;{ .msg $chan Quote $chr(35) $+ $2 has been deleted. } }
;on :input:#: { if ($1 == !quotes) .msg $chan Total number of quotes: $lines(c:\program files\mirc\Quotes.txt) }
;on
:input:#: { if ($1 == !lastquote) .msg $chan 12Last quote: $read(Quotes.txt, $lines(c:\program files\mirc\Quotes.txt)) }

(i had commented it because i wanted to keep this for refrence)

 Respond  
Clueless commented on a Page, Quote system script  -  Oct 08, 2007

yes. i have tried myself but failed miserably...

 Respond  
Clueless commented on a Page, Quote system script  -  Sep 22, 2007

would you be able to add a self quote part into there?

like so if you dont have a bot (or dont want one) you can use it yourself?

 Respond  
Clueless commented on a Page, Big text (All chars work!)  -  Jul 20, 2007

If you would put the version of mIRC it worked on then that would be a big help to everyone. I also got the \"Barcode\". If you ever fix this then let us know. ALL OF THEM I TRIED FAILED MISERABLY!!!

 Respond  
Clueless commented on a Page, !boom pretty pic  -  Jun 09, 2007

instead of using \"if ($nick == YouRNiCkHeRe)\" i would suggest using \"if ($nick == $me)\" because if you use the $me will work even if you change your name. ^_^ just a suggestion though.

Another Suggestion is using it as an on *:INPUT: command such as the one below.

on :input:: {
if (!$istok($cmd /,$left($1,1),32) && !$inpaste && !$ctrlenter) {
if ($1 == !boom) {
inc %z

 Respond  
Clueless commented on a Page, Cool Text Effects  -  Jun 08, 2007

I was browsing around and i saw this. There is an Error on line 70 with a missing piece. I\'ll post it below.

\"/RB section\"

if ( $mid(%rainbow1,%rainbow3,1) != \"Empty space\" ) { inc %rainbow4 }

 Respond  
Clueless commented on a Page, Pie Script  -  Jun 06, 2007

The first and second part of the code is for other people to use.
The third part is for you to use. To use it YOU type !pie <someone\'s nickname> and you throw a pie at them.

And also im not that good of a scriptor and im still learning how to use more complex commands. So when i get better they will start looking more clean. :P

 Respond  
Clueless created a Page  -  May 21, 2007
677 

Usage: let people to type !pie to throw a pie at someone. To throw it at someone you can type !pie .

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.