Page 1 of 1

decorate; 2 actions in one line

Posted: Thu Apr 08, 2010 16:56
by mathey bu
like that:

POSS ABCD "A_Chase A_FaceTarget"

possible?

Re: decorate; 2 actions in one line

Posted: Thu Apr 08, 2010 17:51
by Graf Zahl
No. And with current DECORATE not planned.

Re: decorate; 2 actions in one line

Posted: Thu Apr 08, 2010 19:27
by mathey bu
Graf Zahl wrote:No. And with current DECORATE not planned.
hum ok

i think

null a 0 a_facetarget
poss a 3 a_chase

could be of use.

Re: decorate; 2 actions in one line

Posted: Thu Apr 08, 2010 23:47
by NeuralStunner

Code: Select all

POSS A 0 A_FaceTarget
POSS A 3 A_Chase
That's how it's always been done. :|