Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Martin-Vaupell on January 08, 2014, 11:25:09 AM

Title: Modify value in game component, set value (possible array)
Post by: Martin-Vaupell on January 08, 2014, 11:25:09 AM

Trying to change the value of a component,
I have done so many times before, but not today.

Usually i would just "drag'n drop" the script/component right into Playmaker
and chose set, but not for this component.

I have marked on the screenshot what value im trying to modify,
and the left part of the screen shows the actual script.

http://i.imgur.com/qriymTo.png

Now I'm stuck so I'm thinking.

Is it even possible to edit this value with playMaker or should i setup a
entirely seperate system via playmaker to control the 3-4 items I'm going to
use throughout the project.

Martin
Title: Re: Modify value in game component, set value (possible array)
Post by: Lane on January 08, 2014, 11:38:45 AM
I haven't looked at the lockpicking kit, but since its using arrays you can't pass the values through the PM Editor like normal variables, you need custom actions or possibly you could dig into it with ArrayMaker.