Yeah, i got it!! grin

Code:
/start { 
  titlebar - The Reactor Script - %name
  inc %times
  emailaddr %user-id @user-id
  identd on %user-id
  fullname The Reactor Script %version $+ , %name
  reset-start
  clear -s
  echo14 * This script has been started %times times!
  if %configis == done {
    /server
  }
  else {
    echo14 * You need to do some configurations!
    titlebar - The Reactor Script - You need to do some configurations!
    dialog -m config config
  }
  if %times == 2 { 
    echo14 * Script configuration is done!
    echo14 * Please don't rewrite this script, thank you!
  }
  ignore -l
}