The Dink Network

SuperVar Source

February 14th, 2003
v0.1
Score : 7.5 good
knightg.gif
WC
Peasant He/Him United States
Destroying noobs since 1999. 
I just saw this has never been reviewed, so I'll take a wack at it.

First, this file is the basics of storing more than one value in a variable (so it's like 2 variables (or more) in 1). This is very handy for the fact that dink limits the number of global variables to 100, and with this technique, it easily raises it above 200. While you may be reading this and thinking you need to put this in your d-mod, you may wana think twice.

The code is a little hard to follow for the average d-moder, and if you aren't good with number, you will more than likely wana kill yourself. The code has almost no comments to tell you how it works so you will have to do the math in your head. But if you know how to code, and are good with numbers, you should be able to figure this out and use it fairly easy.