ZSpider wrote:
> File: fonts.txt Line: 1
> #while (defined(fFonts))
> #read(fFonts,dummy"c:winnt\fonts\arial.ttf" <----ERROR
> Parse Error: Illegal sequence in string.
>
> Does that throw up any red flags to where somebody can see what
> my problem is?
If that is a direct copy and paste from your scene file you are missing
a "\" after c:
If so change it to - #read(fFonts,dummy"c:\winnt\fonts\arial.ttf"
--
Ken Tyler
Post a reply to this message
|