Page 1 of 1

DECORATE A_Print question

Posted: Mon Jul 26, 2010 7:34 am
by InsaneFury
I was wondering if it is possible to have A_Print output numeric / compound strings?

In my case, I'd like to debug some user vars and internal variables like angle and pitch. Ideally, I'd call A_Print(angle) or A_Print("Here's the angle:"+angle+", and here's the pitch:"+pitch+ ",and here's the user_value:"+user_theta). However, A_Print only seems to work with (static) strings, or is there something I'm missing?

Re: DECORATE A_Print question

Posted: Mon Jul 26, 2010 1:15 pm
by Demolisher
[wiki]A_LogInt[/wiki]
[wiki]A_Log[/wiki]

Re: DECORATE A_Print question

Posted: Mon Jul 26, 2010 3:45 pm
by InsaneFury
Thanks a lot! Can't believe I missed those! :o

Re: DECORATE A_Print question

Posted: Mon Jul 26, 2010 6:29 pm
by Demolisher
InsaneFury wrote:Thanks a lot! Can't believe I missed those! :o
Can't blame you. They weren't listed on the wiki, had to add them to the action function list.