news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

BL_SetNextBackup

Revision
Revised on

Description


Code

on BL_SetNextBackup
  global BL_BackupDelay, BL_NextBackup
  
  put the seconds + BL_BackupDelay into BL_NextBackup
  
end BL_SetNextBackup