tzar469

tzar469

Joined
Jan 09, 2007

Activity Stream

tzar469 commented on a Page, simple !ml   -  Nov 24, 2009

Testor, using a variable without a command like that sets the variable.

 Respond  
tzar469 commented on a Page, Editbox Free MSG Dialog  -  Nov 18, 2009

Press the down arrow key to blank the box, then press the up arrow key fill it in again. ;)

 Respond  
tzar469 commented on a Page, Evaluation Script  -  Nov 14, 2009

$me is an identifier.
%me is a variable.

See the difference? ;)

 Respond  
tzar469 commented on a Page, JinxBot  -  Sep 01, 2009

This is creative. Great scripting too, for someone in the learning stages. :D

For your problem, use this:

if ($istok($1-,%jinxed,32)) { 

It'll find the nick anywhere in the line, as long as words are separated by spaces.

 Respond  
tzar469 commented on a Page, advertiseing  -  May 18, 2009

It would help if you spelled advertising correctly.

 Respond  
tzar469 commented on a Page, Ban Effects  -  Apr 03, 2009

The correct word is "affect".

 Respond  
tzar469 commented on a Page, RuneScape Exp Table Simplifier  -  Apr 03, 2009

Wow! Great work. :D

 Respond  
tzar469 commented on a Page, Google Translator  -  Mar 23, 2009

I'd use $& to break up the line into manageable chunks. Readability must often be sacrificed for better code :P

 Respond  
tzar469 commented on a Page, Google Translator  -  Mar 22, 2009

You can shorten the code by using $replace instead of all those if statements.

 Respond  
tzar469 commented on a Page, The Talking Game  -  Mar 15, 2009

Lol, Runescape levels.

Great work with the script so far.

 Respond  
tzar469 commented on a Page, Balls 1.01  -  Jun 23, 2008

Wow, you learned all this in under a year. That\'s quite impressive. It\'s been a a year and a half for me and I still don\'t have the slightest clue on how to make even a simple dialog...

Great work, as always. :)

 Respond  
tzar469 commented on a Page, aUTOmATIC qUIT mESSAGE  -  Jun 18, 2008

Alt + O ---> IRC options ----> Messages ---> Quit Message?

 Respond  
tzar469 commented on a Page, Protector 1.05  -  Jun 12, 2008

Great game! :D

 Respond  
tzar469 commented on a Page, Random Me Script V.1.1  -  May 06, 2008

^Neptune, local variables use /var while global variables use /set. Viper\'s code is correct as it is. :)

 Respond  
tzar469 commented on a Page, Card Dealing Script  -  May 03, 2008

An idea is to message the suit of the cards as well. There are 4 Queens in a deck; which one do you have?

 Respond  
tzar469 commented on a Page, Apocalypse Trivia Script  -  Feb 03, 2008

You are missing a } bracket on line 26

 Respond  
tzar469 commented on a Page, Just Another PM Catcher. (More Features)  -  Feb 01, 2008

You spelled \"available\" wrong. \"Dont\" needs an apostrophe: \"Don\'t\" Other than that, you\'ve got a good script :)

 Respond  
tzar469 commented on a Page, iRPG - idle Role Playing Game (v4.0)  -  Jan 13, 2008

Name your timers so you don\'t unset every timer at the end. And if you want a repeating timer, set the repetition value to 0.

Look at /help /timer

Good job on this script so far :)

 Respond  
tzar469 commented on a Page, Do Not Disturb System  -  Jan 12, 2008
  /tnick $me

This will do nothing because it\'ll try to change you nick to your current nick.

 My private is off now, Please don\'t send me any more messages. ) at $time(hh:nn TT)

This should say ON, not off.

 Respond  
tzar469 commented on a Page, Deck Recordings Ftw. :o  -  Jan 05, 2008

Learn how to use brackets.

 Respond  
tzar469 commented on a Page, Capitalize  -  Dec 30, 2007

This script won\'t work.

msg $target $regsubex($1-,/^(.)|([?!.:]s?(?!b(?: $+ %ex $+ )b).)/g,$upper(1))

You have $upper(1) which will replace your first letter with a 1.

Also, you can\'t type commands using this script.

 Respond  
tzar469 commented on a Page, IP / Nick tracker  -  Dec 17, 2007
alias tracker.txt {
  return tracker.txt
}

You have this twice in your code. That part is useless.

tzar469 commented on a Page, random !insult  -  Nov 29, 2007

You don\'t need the %insult variable. You can have
if ($rand(1,4) == 1) { }
else { }

 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.