It is what it is. Things are slowly returning to normality, have not received my account back nor will I ever it seems.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menubool isnull=false;
function room_Load()
{
if (spriteFile==null && File.Exists(String.Format("$SAVEGAMEDIR$/saveHD%d.bmp",0)))
{
spriteFile=DynamicSprite.CreateFromFile(String.Format("$SAVEGAMEDIR$/saveHD%d.bmp",0));
bool getexists=File.Exists(String.Format("$SAVEGAMEDIR$/saveHD%d.bmp",0));
int a=0;
while (spriteFile==null && a<100)
{
spriteFile=DynamicSprite.CreateFromFile(String.Format("$SAVEGAMEDIR$/saveHD%d.bmp",0));
a+=1;
}
if (spriteFile==null)isnull=true;
else isnull=false;
AbortGame(String.Format("File exists: %d %d", getexists, isnull));
}
}
if (File.Exists("$SAVEGAMEDIR$/saveHD0.bmp"))
DynamicSprite.CreateFromFile("$SAVEGAMEDIR$/saveHD0.bmp");
if (File.Exists(String.Format("$SAVEGAMEDIR$/saveHD%d.bmp",getSlot))&& doubleclickload)
{
if (bigSave!=null) bigSave.Delete();
bigSave=DynamicSprite.CreateFromFile(String.Format("$SAVEGAMEDIR$/saveHD%d.bmp",getSlot));
bigSave.Resize(gwidth, gheight);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 1.823 seconds with 18 queries.