F-- Typer v0.31 last changed:9/9/2001
-- By Ofer Zelichover
-- You may freely use this script. Altough I had no problems with it, use it at your OWN RISK.
--*****************************************************************************************
-- Decription:
------------------
-- This utility creates a "typewriter" style text animation.
-- It also allows fade in instead of type-in. The user can controll the fade-in length
-- and the delay beteew letters. It also has bevel control and ability to assign material to
-- the text.
-- 
--**************************************************************************************
-- NOTE: ALTHOUGH I HAD NO PROBLEMS WITH THIS SCRIPT,
-- THIS SCRIPT IS NOT FULLY TESTED, THERE ARE STILL KNOWN ISSUES WITH THE TTFNAME UTIL 
-- (IT DOESN'T GET ALL FONTS) AND THERE IS ONLY BASIC FAULT CHECKING. 
--
-- I cannot be held responsible for any damage or loss caused by this script.
--**************************************************************************************
--
-- This script uses getFontNames which is an alternative to swami's script, 
-- it only comes to solve the issue of opening multiple
-- command windows. Hopefully, swami will make a better one soon.
--------------------------------------------------------------------------------------------------
-- Installation:
-----------------
-- Put : 	
--			Typer0_31.ms			- anywhere.
--			getFontNames-V0_3.ms	 	- max scripts folder 
--			ttfname.exe			- max scripts folder
--			listfonts.bat			- max scripts folder
--			fontinfo.bat			- max scripts folder
--									
--********************************************************************************************


File included in this zip:
--------------------------
	Typer0_31.ms		the typer utility file
	getFontNames-v0_3.ms	the getFontNames script
	ttfname.exe		a utility that gets the font name from a .ttf font file
	listfonts.bat		a batch utility used in getFontNames
	fontinfo.bat		a batch utility used in getFontNames
	fontlist.ms 		an example script of how to use getFontNames.
