@FpsHorror
You can have text appear in any font that you have on your PC.
You need to use hudfont=x (x is the font name. Then hudtext="this is a PC", that will make a HUD appear, in the font you chose, saying, This is a PC.
Example:
;Artificial Intelligence Script
;Header
desc = Weapon Pickup 2
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudsize=50,hudtext='E' to pick up Pistol,hudname=weaponpickup,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=40:hudshow=weaponpickup,state=12
:state=12,plrdistfurther=40:hudunshow=weaponpickup,state=12,state=10
:state=12,plrusingaction=1:hudunshow=weaponpickup,playertake,coloff,rundecal=-1,plrsound=audiobank\itemspickupweapon.wav,state=14
;End of Script
I use that all the time for anything the player will need to pick up.
I hope this helped.
Unfamillia