playMaker

Author Topic: Making other plugins work with Playmaker  (Read 2986 times)

Alatriste

  • Full Member
  • ***
  • Posts: 193
Making other plugins work with Playmaker
« 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?)

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Making other plugins work with Playmaker
« Reply #1 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!

Alatriste

  • Full Member
  • ***
  • Posts: 193
Re: Making other plugins work with Playmaker
« Reply #2 on: January 10, 2019, 04:01:11 AM »
Thanks, I'll take a look.

Alatriste

  • Full Member
  • ***
  • Posts: 193
Re: Making other plugins work with Playmaker
« Reply #3 on: January 10, 2019, 04:39:01 AM »
I found this tutorial too.