More A_Print's

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: More A_Print's

by HotWax » Sat Sep 30, 2006 7:39 pm

DoomRater wrote:Does this work in both DECORATE and ACS?
ACS already has the HudMessage and HudMessageBold commands.

A_Print is a code-pointer, so no, it won't work directly from ACS.

by DoomRater » Sat Sep 30, 2006 6:28 pm

Does this work in both DECORATE and ACS?

by Graf Zahl » Sat Sep 09, 2006 3:21 pm

done

by Graf Zahl » Sat Sep 09, 2006 12:03 pm

Sure. no problem.

by Cutmanmike » Sat Sep 09, 2006 11:14 am

Could there be another parameter for it: Duriation?

by Graf Zahl » Sat Sep 09, 2006 11:03 am

Bumped so I don't forget it.

by Graf Zahl » Fri Jul 21, 2006 1:33 am

No.

A_Print("Useless information", "CONFONT")

by ant1991331 » Fri Jul 21, 2006 12:10 am

Graf Zahl wrote:Not like this. If something is done it'd be an additional font parameter to A_Print but not this.
Like....
A_Print("Reload!",1)
0 for default or nothing specified for default.
1 for Medium.
and 2 for large?

by MartinHowe » Thu Jul 20, 2006 4:15 pm

Of course for debugging: A_PrintBold(). Surprised something like this wasn't in there before, or did I miss it? Debug messages aren't much help if only the monster issuing them can read them :)

by Ryan Cordell » Thu Jul 20, 2006 6:02 am

Could be coded as a SCALE parameter for Hudmessage/s, otherwise.

But not Print.

by Graf Zahl » Thu Jul 20, 2006 5:46 am

Not like this. If something is done it'd be an additional font parameter to A_Print but not this.

More A_Print's

by ant1991331 » Thu Jul 20, 2006 5:44 am

A_PrintMed(string)
A_PrintLarge(string)

Maybe these can be used for larger messages, like bigger warnings etc.
eg.
A_PrintMed("Reload!")

Top