Degausser

Degausser

Joined
Nov 13, 2016
Location
Belgium
Website

Activity Stream

Degausser liked a Comment, Blackjack Race  -  Jun 20, 2020
Degausser commented on a Comment, Oper who/whowas limit fix needed  -  Sep 16, 2019
Degausser commented on a Comment, Oper who/whowas limit fix needed  -  Sep 15, 2019
Degausser commented on a Page, Oper who/whowas limit fix needed  -  Sep 15, 2019

Yeah I had trouble responding a couple days ago, but figured I'd make the fix publicly available. The issue was that $nick wasn't referencing what you expected. This was my solution:

Edited about an hour after original post with new link: https://pastebin.com/bAw6cA0j - This should go through all returned results.

Degausser commented on a Page, Oper who/whowas limit fix needed  -  Sep 10, 2019

If you remove the dot prefixing 'msg', then the pm window will open. Prefixing a command with a dot is a method of silencing a command. I think in this case, it's probably better to silence anyway.

Degausser liked a Comment, Blackjack Race  -  Jun 22, 2018
Degausser commented on a Comment, Blackjack Race  -  Apr 25, 2018
Degausser liked a Page, MasterVar Game for mIRC [UPDATED]  -  Oct 09, 2017
Degausser commented on a Comment, Noob looking for help  -  Sep 24, 2017
Degausser commented on a Comment, Noob looking for help  -  Sep 23, 2017
Degausser commented on a Comment, Noob looking for help  -  Sep 22, 2017
Degausser commented on a Comment, Noob looking for help  -  Sep 20, 2017
Degausser created a Page  -  Aug 01, 2017
2 116 

A few functions to handle conversion between different types

 Respond   mIRC  
Degausser liked a Comment, Blackjack Race  -  Jul 26, 2017
Degausser commented on a Comment, Blackjack Race  -  Jul 25, 2017
Degausser commented on a Page, Bar Script (Randomized) v2  -  Jul 24, 2017

You should really cut down this script a bit. Here are a couple examples.

For the last "else" block in the whole script, you randomly select 1-8, and describe as appropriate. With only 8 options, a good method is adding a local alias which just returns a string of possibilities. In this case i would add something like this near the top of my page:

alias -l listSnacks return Boost.Flake.Cherry Ripe.Mars Bar.Snickers Bar.box of Chocolate Hearts.box of Florentins.box of Mont Chocos

Each result is seperated by a dot. The idea is, you can easily add another element to your list, and the code will handle it. If this alias were present within your script, your last else statement could look like this:

else { describe $chan gives $nick a $gettok($listSnacks,$rand(1,$numtok($listSnacks,46)),46) }

Like this, you're simply selecting a random element from your list, using ASCII value 46 (a dot) as your token separator.

 Respond  
Degausser commented on a Comment, Blackjack Race  -  Jul 24, 2017
Degausser commented on a Comment, $cleanEquation()  -  Mar 03, 2017
Degausser created a Page  -  Mar 03, 2017
106 

$cleanEquation(2+4/3^3) - Output: (2 + (4 / (3 ^ 3)))

Degausser commented on a Comment, Blackjack Race  -  Feb 18, 2017
Degausser commented on a Comment, Nicklist popups  -  Feb 15, 2017
Degausser liked a Page, mIRC $base64()  -  Feb 14, 2017
Degausser commented on a Comment, Nicklist popups  -  Feb 13, 2017
Degausser created a Page  -  Feb 13, 2017
2 91 

Multidimensional array wrapper based off hash tables, with a few nice features

  1 Thread   mIRC  
Degausser commented on a Comment, Blackjack Race  -  Feb 13, 2017
Degausser created a Page  -  Feb 11, 2017
226 

Does about the same as the default nicklist menu, but allows you to highlight multiple users and perform batch actions with one click. Probably worth removing the default script within the nicklist popups file.

  1 Thread   mIRC  
Degausser created a Page  -  Jan 17, 2017
6 451 

Blackjack Race is a channel based multiplayer game, supporting up to your standard 7 players.

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.