;
;	Example file for SCASM.EXE
;
;	this is the main modul
;
;	the header command must be the first
;
Header(	1  54:35 53:40  -16:40 -18:30 )
LatRange(  53:40  54:35 )

Menu(		SCASM example island )
;
;	You can enter the MenuEntries here or in the include files


;	this is the VOR for Example Island
vor( 116.30 45	1 13.6	XIS	Example_Island	54:11:13 -17:05:24 0 0 )

; you can split your scenery in small portions and make include files
; of them.
;
include( exisland.sca )

;	the lighthouse
Macro( mmlths1.scm 54:11:2.3099  342:54:53.6334  187F  4  5  2 )

;	try one of these mountains
; Macro( mount2.scm  54:11   342:52 )
Macro( samount1.scm  54:11  342:52  54:16  54:6  342:57  342:47 )

;	include the dynamic scenery
include( exisl.dyn )

copyright( this scenery was made by 'me' )

