The Dink Network

Reply to reDink v0.04 Released

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:
 
 
February 14th 2004, 07:55 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Not much new, but I felt that the major variable-scoping fix will be appreciated, and I don't forsee adding any other new features in the near future. I don't know how long it will take me to implement new inventory/stats/save game support, for instance.

Bug Fixes:
  • Fixed variable scoping bug where some variables were discreetly 'shared' between two scripts.
  • Variable naming bug (where naming a variable &crap and then later naming a variable &crap2 resulted in bad things) has been somewhat fixed ... as long as &crap2 has a space following it in a string, it will display correctly.
DinkC Additions:
  • var_used() //Returns the number of variables currently in use. Was in v0.03, but I forgot to document it.