Playmaker Forum

PlayMaker Help & Tips => PlayMaker Tutorials => Topic started by: Alatriste on January 09, 2019, 06:50:43 AM

Title: Making other plugins work with Playmaker
Post by: Alatriste on January 09, 2019, 06:50:43 AM
I think this is a very interesting topic for advanced users with Playmaker that we are just not so familiar with coding in C#. I struggle many times trying to call functions from other plugins and make them work using Playmaker. It would be nice to have some tutorial with an example case about how to create custom actions to use with other plugins.

(Like, I have this inventory plugin without support for Playmaker... how we make the custom actions for it so I can add/remove/use items?)
Title: Re: Making other plugins work with Playmaker
Post by: djaydino on January 09, 2019, 09:26:51 AM
Hi.
You can find some info here : https://hutonggames.fogbugz.com/default.asp?W127

But i learned most by looking to the action scripts.

I actually learned the basics of c# thanks to PlayMaker!
Title: Re: Making other plugins work with Playmaker
Post by: Alatriste on January 10, 2019, 04:01:11 AM
Thanks, I'll take a look.
Title: Re: Making other plugins work with Playmaker
Post by: Alatriste on January 10, 2019, 04:39:01 AM
I found this tutorial too.