Page 1 of 1

hudPrint limitation ?

Posted: Wed Sep 12, 2012 8:27 pm
by cromcrom
Hi,
hudPrint(name1,"doesn't learn anything.")
only prints name1, and not the following. It seems that hudPrint only prints the first "part" of any sentence.

another example,
hudPrint("Blah",name1,"doesn't learn anything.") returns Blah only.

And Btw, this whole creator is awesome, best I have seen in a long time, simple and powerful :-) Tx a lot guys for releasing this awesome baby.

Re: hudPrint limitation ?

Posted: Wed Sep 12, 2012 8:28 pm
by petri
Try hudPrint(name1.." doesn't learn anything.")

Re: hudPrint limitation ?

Posted: Wed Sep 12, 2012 8:37 pm
by cromcrom
It works like a charm, tx a lot :-)