playMaker

Author Topic: send two Vector3  (Read 2238 times)

10Polarbears

  • Playmaker Newbie
  • *
  • Posts: 21
send two Vector3
« 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.


jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: send two Vector3
« Reply #1 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

10Polarbears

  • Playmaker Newbie
  • *
  • Posts: 21
Re: send two Vector3
« Reply #2 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