Hey all. I am using Febuilder to create a hack. I've been trying to figure out how to add a weapon icon to the class descriptions. Such as "Equip: Swords" but it's an icon of a sword instead of text. I've seen it in recent hacks, but most of what I'm finding isn't for this particular question. Narrowtext patch is installed.
If you have NarrowFont installed then you should be able to use text codes like [SwordIcon] or [LanceIcon].
That worked! Thanks! That was driving me crazy. And the narrow font…is that automatically applied to all text with the patch or is there also a text code to initiate it?
You have to use text codes, either right click in text editor and select the option to convert text into narrow font format, or manually write individual text codes (eg: [_A] for A).
Awesome! Thanks for the assist!