Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: spinalcord on February 15, 2017, 07:55:58 AM

Title: Call Method and template
Post by: spinalcord on February 15, 2017, 07:55:58 AM
Hey,

is there a way to use Call Method in PlayMaker templates? Because i can't get it work. I use Array For Each and execute my template wich contains Call Method, but if i start Play Mode the complete template don't contains my Call Method Behaviour anymore, also after Play Mode.
Title: Re: Call Method and template
Post by: jeanfabre on February 16, 2017, 01:55:39 AM
Hi,
 
 I am a bit confused, are you saying the action "CallMethod" is not anymore in the state you've put it into?

Bye,

 Jean
Title: Re: Call Method and template
Post by: spinalcord on February 16, 2017, 05:24:58 PM
Hi,
 
 I am a bit confused, are you saying the action "CallMethod" is not anymore in the state you've put it into?

Bye,

 Jean

Hey,

The action Call Method is in there, but the behavior script isn't in Play Mode, and also after Play Mode. It's becomes an empty action.

But i decided to use now C# array functionality instead Array For Each. This is ok for me so far.

Thanks.
Title: Re: Call Method and template
Post by: Fat Pug Studio on February 19, 2017, 07:04:05 PM
Try Invoke Method.