REM ********************************************
REM
REM             Script for Level 204
REM
REM ********************************************

REM ***** Add the following line (w/o REM) *****
REM ***** to both the levels.txt and the   *****
REM ***** dd1lev.txt which can be found in *****
REM ***** the Levels directory of your     *****
REM ***** Keeper directory.                *****

REM 204,2,670,670,COLOUROFMAGIC

REM ***** This is a single player level    *****
REM ***** and is called colourofmagic      *****
REM ***** because it only deals with       *****
REM ***** creatures with magic spells.     *****
REM ***** This is a quick mission, just    *****
REM ***** go and kill the heroes dungeon!  *****
REM ***** -(as if its gonna be that easy.) *****

START_MONEY(PLAYER0,30000)

COMPUTER_PLAYER(PLAYER_GOOD,0)

MAGIC_AVAILABLE(ALL_PLAYERS,POWER_IMP,1,1)

IF_ACTION_POINT(1,PLAYER0)
ADD_TUNNELLER_TO_LEVEL(PLAYER_GOOD,-1,DUNGEON_HEART,0,7,400)
ADD_CREATURE_TO_LEVEL(PLAYER_GOOD,WIZARD,-1,5,7,500)
ENDIF

REM ***** IF YOU ARE USING DEEPER DUNGEONS *****
REM ***** DELETE THE 'REM' COMMANDS FROM   *****
REM ***** THE NEXT TWO LINES:              *****

REM ***** QUICK_INFORMATION(1,"YOU ARE GIVEN EVERYTHING YOU NEED, THESE WARLOCKS ARE BATTLE READY, USE THEM WELL AGAINST THE STRONG HEROES") *****
IF(PLAYER0,ALL_DUNGEONS_DESTROYED==1)
REM ***** QUICK_INFORMATION(2,"CONGRATULATIONS KEEPER, YOU HAVE SHOWN THE TRUE COLOUR OF MAGIC - EVILLY BLACK !") *****
WIN_GAME
ENDIF

REM ***** This is my second that I have made *****
REM ***** if you would like to contact me    *****
REM ***** about the level, or if you have    *****
REM ***** any relevant questions, please     *****
REM ***** feel free to E-mail me at:         *****
REM ***** Nad_monkey@Hotmail.com             *****

REM ***** Created by James Akers 10/11/99    *****
REM ***** Please feel free to edit it, or    *****
REM ***** send it anywhere you wish!         *****
