Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: grimmy on April 11, 2014, 03:58:27 AM

Title: How can I access an array variable on a script?[SOLVED]
Post by: grimmy on April 11, 2014, 03:58:27 AM
Hi I can use Get Property to sccess the variables on a script but this action doesnt seem to be able to access arrays. How can I do this?

P.S>.I took a look at ArrayMaker and I can't find how to do it with this either.

CHeers
Title: Re: How can I access an array variable on a script?
Post by: jeanfabre on April 11, 2014, 02:18:55 PM
Hi,

 "Get Property" can not access arrays indeed.

It really depends what you are after. Typically, with externally defined arrays, it will be tricky to get info back into playmaker.

 Can you explain more about what is this array, where it comes from ( is it from an asset on the asset store), etc etc, then we'll take it from there to find a way out of this.

bye,

 Jean
Title: Re: How can I access an array variable on a script?
Post by: grimmy on April 14, 2014, 08:29:31 AM
Its okay, I figured out how to use arraymaker in the end so I'm happy with that. Thanks!
Title: Re: How can I access an array variable on a script?
Post by: jeanfabre on April 14, 2014, 08:32:23 AM
Cool :)