SYSPIC  ; <- script identifier

;**
;**  $VER: Amiga.script 1.1
;**  Demo script for SysPic 4.00
;**
;**  original written by Grzegorz Calkowski Modified by W.G. Bailey
;**

; Options section

3crosses           ; picture
fadeout 12                       ; fade options
red 0 green 0 blue 0             ; fade color
clock 720/10/96/chicago.font/13 ; realtime clock
module boot.mod      ; module
filter=off vcenter delay 10      ; other options

init:
font 1 chicago.font 13
font 2 chicago.font 13
;
main:
show     ; show (fade) the picture NOW !

wait 100
setfont 2

setapen 96
typerate 1
center on
textxy 210 420 "DETECTING SYSTEM CONFIGURATION..."
center off
wait 100
setapen 0
typerate 3
gotoxy 0 450
leftmargin 220
rightmargin 570
text "Processor:" "MC%pr" cr
text "Coprocessor:" "MC%cp" cr
text "Graphics chipset:" "%cs" cr
text "Chip memory:" "%TCM" cr
text "Fast memory:" "%TFM" cr
text "Kickstart:" "%os (%ov)" cr
text "Workbench:" "%wb (%wv)"
wait 20
center on
setapen 96
textxy 0 570 "Booting in progress... "


; IF YOU HAVE ANY PROBLEMS PLEASE REFER TO THE SCRIPT'S DOCS!

