The Dink Network

Reply to Re: Crowns of Stone

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 11th 2019, 10:03 AM
spike.gif
SlipDink
Peasant He/Him United States bloop rumble
2nd generation. No easy way to be free. 
@ Christiaan:
Try this: https://www.dinknetwork.com/file/supervar_source/

Thanks very much for pointing out this technique. I already use this method to store values. I first discovered this method of storing multiple pieces of information in one variable in the {"The Ultimate Cheat" version 3.1: "Set/Recall Beacon" function} script "[ ult]srb.c" and have used variations on it several times in assorted ways. I also developed a way to store up to 31 pieces of true/false-binary information in my Checkbit script.

So, I have no shortage of methods available to me to resolve my running out of variable problems. It's just that now I have to go back an apply more of them here and there to reduce the chance of this error popping up again. It is easier to not use all these elaborate techniques and simply declare another global variable. Now, I must "go back" and "pay the piper" for my "wasteful" behavior.

However, I'd still like to thank you again for your kindness in pointing out the supervar technique.