playMaker

Author Topic: Arrays  (Read 1433 times)

richardh

  • Junior Playmaker
  • **
  • Posts: 97
Arrays
« on: April 16, 2018, 08:07:06 AM »
To use/create arrays using Playmaker, do I have to have ArrayMaker or other array addons or can I create arrays using Playmaker on its own?

ta

nFighter

  • Beta Group
  • Full Member
  • *
  • Posts: 174
    • multiplayer adult fighting
Re: Arrays
« Reply #1 on: April 16, 2018, 09:41:27 AM »
If you are ok with the basic array actions - native playmaker is enough. But Array Maker will give you much more possibilities and flexibility.
indie developer of multiplayer adult fighting
http://nakedfighter3d.com

richardh

  • Junior Playmaker
  • **
  • Posts: 97
Re: Arrays
« Reply #2 on: April 16, 2018, 10:29:03 AM »
Thanks for the reply :)
I'm not overly confident using arrays - in fact, I know nothing!

It's just that in my project I have 30+ items all using the same tag and I wanted to simply identify them and set iskinematic property in every one of those objects. At the moment I have to add a FSM to EACH one which is a bit of a pain especially if I want to update the fsm.

I thought setting up an array to find every item using the same tag in the scene an then use a single FSM to set the property in all those items.

I wonder if there is another way to achieve the same thing?