Stirk

Stirk

Joined
Feb 21, 2006

Activity Stream

Stirk commented on a Page, Guessing Game  -  Apr 01, 2006

I agree with DarthReven on some things, But using the / is a matter of preference. I know that /\'s arent needed, but I like to use them because (for me at least) it makes to code easier to read.

 Respond  
Stirk commented on a Page, BIG text  -  Apr 01, 2006

Oh, Sorry for the double post. Didnt see where it said \"Once again, it isnt Caps Lock but thanks. It is big writing, about 5 lines + tall, and bold letters. I don\'t know about you guys but it works for me.\"
Lol, Sorry =\

 Respond  
Stirk commented on a Page, BIG text  -  Apr 01, 2006

/help $upper

 Respond  
Stirk commented on a Page, Dice Roller  -  Apr 01, 2006

on :TEXT:!roll:#: {
if ($2- == $null) {
set %dice 1
set %sides 6
%roll = $rand(1,%sides)
msg # Roll 1: %roll
}

Just at a glance, why set a variable if you arent going to use it?
I\'d change the above part to this:

on :TEXT:!roll:#:{
if (!$2-) {
msg # Roll 1: $rand(1,6)
}

 Respond  
Stirk commented on a Page, Who is a Op?  -  Mar 22, 2006

Its better to use while loops than goto\'s, also, your if statements are missing brackets.

 Respond  
Stirk commented on a Page, Channel Spy  -  Mar 13, 2006

Not too significant, but if you plan to use a lot of variables in the future, you should prefix them with something like spyscript. Example: %Spyscript.room.
So at the end of the script you can just do unset %spyscript.* ( The prefix can be anything, but im not sure if you already have something prefixed with spy ).
Just a thought ;)

 Respond  
Stirk commented on a Page, * PoiXons * Mini * Fantasy * Game  -  Feb 26, 2006

What is it with you and spelling errors O_o How to make it better: fix spellings =]

 Respond  
Stirk commented on a Page, *Game* Part 1  -  Feb 26, 2006

Horrible spelling errors =\

 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.