Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: 10Polarbears on September 26, 2012, 03:07:13 AM

Title: send two Vector3
Post by: 10Polarbears on September 26, 2012, 03:07:13 AM


Is it possible to send two vector3s to say a JavaScript.
I can certainly send one using Send Message but would to send two.

Title: Re: send two Vector3
Post by: jeanfabre on September 27, 2012, 01:03:08 AM
Hi,

 Unfortunatly, it's not really easily done.  The quickest way is to have two messages, one for each vector3. Else you would likely need custom actions or actually sending a message to a script that in turn will look up the fsm and these two variable itself.

bye,

 Jean
Title: Re: send two Vector3
Post by: 10Polarbears on September 27, 2012, 08:25:29 PM

H Jean,


Thank you for your answer.

I send two massages and that does the trick.
Good to know I wasn't missing something.


Trev