#library "WOLFENSTEIN3DTHEME"
#include "zcommon.acs"

Script "Wolfenstein 3D" OPEN
{
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_1_Name","Wolfenstein 3D");
	
	// Position 0 = replaces Zombieman
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 0,"GuardWS","200"); 
	
	// Position 1 = replaces Shotgunguy
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 1,"OfficerWS","200"); 
	
	// Position 2 = replaces ChaingunGuy
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 2,"SSWS","200"); 
	
	// Position 3 = replaces imp
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 3,"MutantWS","200");

	// Position 4 = replaces Demon
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 4,"DogWS","100"); 

	// Position 5 = replaces LostSoul
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 5,"BatSOD","150"); 

	// Position 6 = replaces Cacodemon
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 6,"FlyerTechnicianKG","200"); 

	// Position 7 = replaces HellKnight
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 7,"BarnacleSOD","100"); 
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 7,"HansGrosseWS","100");

	// Position 8 = replaces BaronofHell
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 8,"TransGrosseSOD","100"); 

	// Position 9 = replaces Arachnotron
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add", 9,"FlammenKG","85"); 

	// Position 10 = replaces PainElemental
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add",10,"JetPackSoldierKG","100"); 

	// Position 11 = replaces Revenant
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add",11,"RoboterKG","600"); 

	// Position 12 = replaces Fatso
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add",12,"OttoWS","100"); 

	// Position 13 = replaces Archvile
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add",13,"SchabbsWS","100"); 

	// Position 14 = replaces SpiderMastermind
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add",14,"HitlerWS","70"); 

	// Position 15 = replaces Cyberdemon
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add",15,"FettWS","70"); 

	// Position 16 = replaces Spectre
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add",16,"DogSOD","100");
	
	// Position 17 = replaces Nazi
	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_2_Add",17,"D4WolfensteinSS","600");

	ACS_NamedExecuteWithResult("QCDE_RegisterTheme_3_Finalize");
}
