Okay, so ... I'm attempting to make a simple, black background with red text for a few pages, but due to the nature OF said pages, I have to do the majority of the text in scripting, so I figured I could just use HTML, and I ... don't exactly know how to do that for this. Right now, it looks like this:
If %ROLL = 1 THEN
BEGIN
$PAGETEXT := "Blahblahblahblah" + $PAGETEXT + "<html><style>body{background-color:black;}</style></html>"
END
%ATK := %STR + %ROLL + %WEP
I've tested a few things to make the font red in the first part, but I'm messing something up, apparently...