Re: GZDoom 1.08.02 - Hexen Sprites Are Too Low
Posted: Wed Jul 17, 2013 8:24
I don't think ZDoom actually uses the gold font. Instead it uses a special font color to emulate it.
Print and PrintBold are supposed to use different colors by default. This is alluded to on the [zwiki]Print[/zwiki] article, look at the bottom of the color table.Enjay wrote:Perhaps you are misunderstanding what PrintBold is supposed to do. The "bold" in this case does not mean that the message looks different, it means that it gets shown to everyone, not just the actor who activated the script (which is what Print does).
From the ZDoom wiki [zwiki]PrintBold[/zwiki] page:This is exactly the same as Print, except all players will see the printed text on the screen instead of just the activator of the script. For a detailed description of the syntax, refer to Print.