co2h

co2h

Joined
Oct 27, 2007
Occupation
Jobless
Location
USA
Interests
Scripting, electronics, computers

Activity Stream

co2h commented on a Page, Find the missing letter!  -  Nov 01, 2007

Comments?

 Respond  
co2h commented on a Page, Find the missing letter!  -  Oct 30, 2007

Have added four new levels. Should be a lot harder now ^_^

 Respond  
co2h commented on a Page, /progressbar  -  Oct 29, 2007

Ah. I see. Well, as of now, I will keep the idea of opening the trackbar manually in its own window. But I will work on the speed issue. Thanks.

 Respond  
co2h created a Page  -  Oct 29, 2007
445 

This game displays a group of letters (in alphabetical order) and removes one of them. You have three seconds to find the missing letter and put it in. This game consists of nine levels. If you lose one of them, you lose all of your progress in the game and have to start over. /txtfind to open. If you feel the need to stop the game at anytime, /find_stop will stop the game and exit the browser. Hope..

co2h commented on a Page, /progressbar  -  Oct 29, 2007

I have updated the code a bit and it now uses your suggestions. Thanks for that. Also, %y is included to manipulate a set speed to load the progressbar. Without %y, %x loads quite fast. So I am still going to include %y, but only am going to use one speed. Feel free to edit that in the code. ;)

 Respond  
co2h commented on a Page, TextView V1.2  -  Oct 28, 2007

Contributing again;
You can group if events to make the code cleaner. For example:

 if ($isowner($chan,$nick) == $false) { 
  if ($isadmin($chan,$nick) == $true) { etc }
  if ($nick isop $chan && $isadmin($nick,$chan) == $false) { etc }
} 

You could also just use one haltdef at the end. And why do you include echo -m $nick in your channel text event?

 Respond  
co2h created a Page  -  Oct 28, 2007
242 

Creates a progress bar with settings of your choice. Manipulate position, text color, font, font size, bar color, height, width, and text. Includes an example. /progexample to load.

co2h commented on a Page, TextView V1.2  -  Oct 28, 2007

It would display the mode of the nick. (~,&,@,%,+) I just assumed you were trying to distinguish the owner & admin status somehow so I suggested .pnick. Just a suggestion.

 Respond  
co2h created a Page  -  Oct 28, 2007
257 

This snippet allows you to remove excess files right from your mirc. It opens up a new window based on the type of file you specify, or just all files. You have the option to remove all files (if a specified type, of that type) or just remove a single file through menu or input commands. Please see the documentation for further details.

 Respond   mIRC  
co2h commented on a Page, TextView V1.2  -  Oct 28, 2007

If what you are trying to accomplish is text display, why not use .pnick? It would simplify the code quite a bit, and it would make it appear much cleaner. Perhaps: $iif($left($nick($chan, $nick).pnick != $left($nick,1),$v1,$nick)

 Respond  
co2h commented on a Page, /pnick  -  Oct 28, 2007

This could be quite useful. Using $regex is kind of pointless. Just $left($1,1) = # should work fine, and, there is no need of two separate elseif events. Just something along the lines of: else { echo $colour(info) -a Invalid syntax. $iif(!$1, Missing channel name,Missing # before channel name.) }

 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.