Playmaker Forum

PlayMaker Help & Tips => PlayMaker Tutorials => Topic started by: mdotstrange on August 16, 2016, 02:26:51 AM

Title: How to make simple custom Playmaker actions
Post by: mdotstrange on August 16, 2016, 02:26:51 AM
Video tutorial on making simple custom Playmaker actions-
https://www.youtube.com/watch?v=U0zm2EVqDBU (https://www.youtube.com/watch?v=U0zm2EVqDBU)

The example scripts used in the video are attached to this post
Title: Re: How to make simple custom Playmaker actions
Post by: Valerian on August 24, 2016, 09:46:31 AM
Thanks for the Info  :)
Title: Re: How to make simple custom Playmaker actions
Post by: Jin on September 18, 2016, 06:37:46 PM
Awesomeness!

Thank you.

-Jinnn
Title: Re: How to make simple custom Playmaker actions
Post by: TheRoccoB on February 12, 2017, 09:00:45 PM
Just in case anyone didn't figure it out, you need to actually create a playmaker forum login to download these files. Thanks for the tutorial mdotstrange!
Title: Re: How to make simple custom Playmaker actions
Post by: Pawel on April 13, 2017, 02:47:57 PM
Can a static undefined data type in another script be accesses from a custom Playmaker action? 

Here is what I have in the script:
--------------------
public static void UpdatePlayersCurrentScore(String score){

}
____________

What I am interested in is setting the score String in PlayMaker and sending it to the script...
Title: Re: How to make simple custom Playmaker actions
Post by: JC1967 on April 14, 2017, 11:15:18 AM
Very useful tips. Thanks for sharing!
Title: Re: How to make simple custom Playmaker actions
Post by: jeanfabre on April 19, 2017, 06:39:55 AM
Can a static undefined data type in another script be accesses from a custom Playmaker action? 

Here is what I have in the script:
--------------------
public static void UpdatePlayersCurrentScore(String score){

}
____________

What I am interested in is setting the score String in PlayMaker and sending it to the script...

Hi,

 yes, it's possible, you would create a custom action that would call this static method, that's all.

If you need a working action for this case, let me know.


 Bye,

 Jean