;
;   script to start Pipeline via 'c:IconX'
;
;   The game needs the path PIPELINE:Pipeline/
;
;   You can assign PIPELINE: to a specific directory name, or just
;   assign it to the parent directory of where this file is located,
;   and as long as the directory structure is unchanged, it will 
;   always find PIPELINE:Pipeline/data.
;

assign PIPELINE: "/"
PIPELINE:PipeLine/Pipeline.game

