echo "	       "REVENGE" is Copyright Rodney Entwisle."
echo " For more information, please read the doc file on this disk."
echo ""
echo "		      Thanks to Radio Northland"
echo "	     of Whangarei NZ for the help with sound efex"
echo ""
echo ""
echo "Rodney Entwisle accepts no responsibility for any damage that"
echo "	      this disk may directly or indirectly cause."
echo ""
echo "	   This disk will install "REVENGE" onto your hard"
echo "	 drive. Do not continue if you do not want to install"
echo "	 "REVENGE" on your hard drive (or do not have a hard"
echo "		drive). REVENGE needs 1.5 Meg HD space."
echo ""
echo "*NDo you wish to continue ?  Y= Yes / N= No " noline
unset query
set >NIL: query ?
if NOT "$query" EQ "Y"
skip keyexit6
endif
endif
ECHO ""
ECHO ""
ECHO "Select a partition name that exists on your hard drive."
echo "*NDrive Partition?  WORK: = 1   /   DH0: = 2 " noline
unset query
set >NIL: query ?
if NOT "$query" EQ "1"
skip keyexit3
endif
endif
ECHO ""
ECHO ""
ECHO "Does WORK:Anims/ already exist on your hard drive?"
ECHO ""
echo "*N  Yes = Y  /  No = N " noline
unset query
set >NIL: query ?
if NOT "$query" EQ "N"
skip keyexit1
endif
endif
Revenge:c/MakeDir WORK:Anims
Revenge:c/LHA x Revenge:AnimsINFO.lha WORK:
lab keyexit1
ECHO ""
ECHO ""
ECHO "Do you have MainView already installed on your hard drive?"
echo "*N  Yes = Y  /  No = N " noline
unset query
set >NIL: query ?
if NOT "$query" EQ "N"
skip keyexit2
endif
endif
Revenge:c/MAKEDIR WORK:ANIMS/MAINACTOR
Revenge:c/LHA x Revenge:MainView.lha WORK:Anims/MainActor/
Revenge:c/MakeDir WORK:Anims/MainActor/ANIM_LOADERS
Revenge:c/LHA x Revenge:IFF-ANIM5.lha WORK:Anims/MainActor/ANIM_LOADERS/
Revenge:c/LHA x Revenge:UNIVERSE.lha WORK:Anims/MainActor/ANIM_LOADERS/
ECHO ""
ECHO ""
ECHO "Select the boot partition on your hard drive."
echo "*NDrive Partition?  SYSTEM2.0 = 1   /   SYSTEM = 2 " noline
unset query
set >NIL: query ?
if NOT "$query" EQ "1"
skip keyexit9
endif
endif
If NOT Exists SYSTEM2.0:C/iconj
REVENGE:C/COPY REVENGE:C/ICONJ SYSTEM2.0:C/
EndIF
If NOT Exists SYSTEM2.0:Libs/asl.library
REVENGE:c/LHA x REVENGE:asl.lHA SYSTEM2.0:Libs/
EndIF
skip keyexit2
lab keyexit9
If NOT Exists SYSTEM:C/iconj
REVENGE:C/COPY REVENGE:C/ICONJ SYSTEM:C/
EndIF
If NOT Exists SYSTEM:Libs/asl.library
REVENGE:c/LHA x REVENGE:asl.lHA SYSTEM:Libs/
EndIF
lab keyexit2
Revenge:c/LHA x Revenge:REVENGE.lha WORK:Anims/
Revenge:c/LHA x Revenge:REVENGEinfo1.lha WORK:Anims/
If NOT Exists WORK:Anims/MainActor/snd_players
Revenge:c/MakeDir WORK:Anims/MainActor/Snd_Players
EndIF
If NOT Exists WORK:Anims/MainActor/snd_players/IFF-Sample
Revenge:c/LHA x Revenge:IFF-Sample.lha WORK:Anims/MainActor/Snd_Players/
EndIF
If NOT Exists WORK:Anims/REVENGEsound
Revenge:c/MakeDir WORK:Anims/REVENGEsound
Revenge:c/LHA x Revenge:revengesound.lha WORK:Anims/REVENGEsound/
EndIF
skip keyexit6
lab keyexit3
ECHO ""
ECHO ""
ECHO "Does DH0:Anims/ already exist on your hard drive?"
ECHO ""
echo "*N  Yes = Y  /  No = N " noline
unset query
set >NIL: query ?
if NOT "$query" EQ "N"
skip keyexit4
endif
endif
Revenge:c/MakeDir DH0:Anims
Revenge:c/LHA x Revenge:AnimsINFO.lha DH0:
lab keyexit4
ECHO ""
ECHO ""
ECHO "Do you have MainView already installed on your hard drive?"
echo "*N  Yes = Y  /  No = N " noline
unset query
set >NIL: query ?
if NOT "$query" EQ "N"
skip keyexit5
endif
endif
Revenge:c/MAKEDIR DH0:ANIMS/MAINACTOR
Revenge:c/LHA x Revenge:MainView.lha DH0:Anims/MainActor/
Revenge:c/MakeDir DH0:Anims/MainActor/ANIM_LOADERS
Revenge:c/LHA x Revenge:IFF-ANIM5.lha DH0:Anims/MainActor/ANIM_LOADERS/
Revenge:c/LHA x Revenge:UNIVERSE.lha DH0:Anims/MainActor/ANIM_LOADERS/
lab keyexit5
IF NOT EXISTS DH0:C/ICONJ
 Revenge:C/COPY Revenge:C/ICONJ DH0:C/
ENDIF
IF NOT EXISTS DH0:LIBS/ASL.LIBRARY
 Revenge:c/LHA x Revenge:asl.lHA DH0:Libs/
ENDIF
Revenge:c/LHA x Revenge:REVENGE.lha DH0:Anims/
Revenge:c/LHA x Revenge:REVENGEinfo2.lha DH0:Anims/
If NOT Exists dh0:Anims/MainActor/snd_players
 Revenge:c/MakeDir dh0:Anims/MainActor/Snd_Players
EndIF
If NOT Exists dh0:Anims/MainActor/snd_players/IFF-Sample
 Revenge:c/LHA x Revenge:IFF-Sample.lha dh0:Anims/MainActor/Snd_Players/
EndIF
If NOT Exists dh0:Anims/REVENGEsound
 Revenge:c/MakeDir dh0:Anims/REVENGEsound
 Revenge:c/LHA x Revenge:revengesound.lha dh0:Anims/REVENGEsound/
EndIF
skip keyexit6
lab keyexit6
ECHO "		BYE BYE"
Revenge:c/WAIT 4
ENDCLI
