	
	help.txt

	Updates
	
	-Removed lines.
	-Updating to R006
	-Scrolls give 60xp rather than 100xp this due to quad number.
	-Copyright point to 2020.
	-Fixed text "saving" rather than "loading"
	-Party units follow only if they are on the same level.
	-Lightnings fixed.
	-Updating to R005
	-Spells are toggeled for each class. Key C.
	-Items can be exchanged nearby.
	-F key enable party following.
	-TAB enable map viewing.
	-All units available 16 at a time with characters menu.
	-Game speed with CTRL-F+(1-4)
	-Monsters combat 2/3 done.
	-Precompiled pathfinding for all units.
	-Map of 256x256 x9 Levels
	-For Help use H.
	-Game ending, show text You have successfully 
	 gathered all quest scrolls if you use respawn.
	-Castles can be builded more than one.
	-Use O for unit parking.


	USE F2 or F1 for more speed.	
	USE TWO WEAPON FOR EASY MODE
		
	if (help_flag==1)
	{
	sprintf(as,"Help (1/6) change with pad + and -");
	sprintf(as,"Lev 0 HP 1D8 SP 2D8 XP 000000");
	sprintf(as,"Lev 1 HP 1D8 SP 2D6 XP 000032");
	sprintf(as,"Lev 2 HP 2D6 SP 3D4 XP 000098");
	sprintf(as,"Lev 3 HP 2D6 SP 3D6 XP 000182");
	sprintf(as,"Lev 4 HP 3D4 SP 4D4 XP 000550");
	sprintf(as,"Lev 5 HP 4D4 SP 4D6 XP 001500");//
	sprintf(as,"");//Lev 6 HP 4D4 SP 6D4 XP 002500
	sprintf(as,"C for spellcasting. ");//CTRL-S,L+Num to save or load, 
	sprintf(as,"I for units inventory. ");
	sprintf(as,"Right click to equip.");
	sprintf(as,"R to respawn (100GP).");
	sprintf(as,"You can pool gold with P.");
	sprintf(as,"Castle install key CTRL-B"); 
	sprintf(as,"USE F2 or F1 for more speed.");
	}

	if (help_flag==2)
	{
	sprintf(as,"Help (2/6) change with pad + and -");
	sprintf(as,"S for searching chest,");
	sprintf(as,"also stairs. ESC for menu.");
	sprintf(as,"Backspace + Num check mages.");
	sprintf(as,"Pad + and - alone change dungeon");
	sprintf(as,"level, as directions change view.");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");//Lev 7 HP 4D4 SP 6D4 XP 005000
	sprintf(as,"");//Lev 8 HP 4D4 SP 6D4 XP 007500
	sprintf(as,"");
	}

	if (help_flag==3)
	{
	sprintf(as,"Help (3/6) change with pad + and -");
	sprintf(as,"Game objectives are the following");
	sprintf(as,"Kill all dungeon creatures. Also");
	sprintf(as,"dragon type, dragon, basilic and");
	sprintf(as,"hydra.");
	sprintf(as,"");
	sprintf(as,"Side objectives:");
	sprintf(as,"Acquirement of magic equipment,");
	sprintf(as,"reach high level as an attainment.");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"No attainment menu yet.");
	sprintf(as,"Nor ending.");
	}
	
	if (help_flag==4)
	{
	sprintf(as,"Help (4/6) change with pad + and -");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"Castle enable to acquire a class of");
	sprintf(as,"armor and a class of weapon if built ");
	sprintf(as,"upon right dungeon level. Castle ");
	sprintf(as,"worth 150GP/DL.");
	sprintf(as,"Castle restore sp at a higher rate.");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	}

	if (help_flag==5)
	{
	sprintf(as,"Help (5/6) change with pad + and -");
	sprintf(as,"Dungeon Level require equivalent ");
	sprintf(as,"experiance level, example dungeon");
	sprintf(as,"level 4. require level 4 of ");
	sprintf(as,"experiance. ");
	sprintf(as,"Right click to move.  ");
	sprintf(as,"");
	sprintf(as,"Adventurers have inventory and can ");
	sprintf(as,"cast spells.  ");
	sprintf(as,"Equip the adv. with blades ");
	sprintf(as,"and armors. ");
	sprintf(as,"");
	sprintf(as,"");
	}

	if (help_flag==6)
	{
	sprintf(as,"Help (6/6) change with pad + and -");
	sprintf(as,"");
	sprintf(as,"Use F1 to F5 to change resolution");
	sprintf(as,"from 320x240 to 1280x960 and more.");
	sprintf(as,"Use M to reposition window.");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	sprintf(as,"");
	}
