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

DL_SetupScript

Revision
Revised on

Description


Code

on DL_SetupScript
  global DL_Inited, BL_Inited
  
  if DL_Inited is not true then
    DL_ReadPrefs
    DL_SetupMenu
    put true into DL_Inited
  end if
  
  
end DL_SetupScript