The Dink Network

Reply to Re: New File: Binary Supervars

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:
 
 
August 23rd, 08:42 AM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
I don't know why it's crashing. I've tried new installs of both FreeDink and DinkHD and it works flawlessly, but when I tried the browser it crashed immediately on opening a chest. Weird. The variable limit is 2,147,483,647. That's why I've limited the last digit to be one bool. The way I store them is as follows:

1: Bool1=True
3: Bool2=True
4: Bool1,Bool2=True
5: Bool3=True
6: Bool1,Bool3=True
8: Bool2,Bool3=True
9: Bool1,Bool2,Bool3=True

When all the bools are true that makes the final result 1,999,999,999.

My implementation in the demo uses the chests editor number 1-28 as a reference to the bool. The first 3 chests are the the fist 3 bools and change the first digit etc.. So if someone mucks around in the editor that could potentially mess up the demo.