playMaker

Author Topic: Utils documentation (basic level)  (Read 1240 times)

Larsson24

  • Playmaker Newbie
  • *
  • Posts: 2
Utils documentation (basic level)
« on: December 20, 2021, 11:19:58 AM »
Hi everyone!

This is my first time posting here and I have not been able to find the answer on the forum.

I want to understand how I in script can send events with additional data, e.g. sending an global event through script (button pressed), with a sting saying which button that was pressed (e.g. Blue). This would then start a state in a regular FSM.

When searching for answer I found that Playmaker Utils may be the answer, e.g. with SendEventToTarget etc.. However, I don't understand how to transform their action to regular script. Also, I don't find any good documentation that explains it. I even struggle to find examples of scripts.

Note: I just want to do very basic stuff so I don't want to complex information. It doesn't have to be that much information neither, just so I get started with their basic functions/actions. Especially regarding sent event etc..

Many thanks!  :D

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Utils documentation (basic level)
« Reply #1 on: December 22, 2021, 02:44:25 PM »
Hi.
Have you looked in the playmaker API

Maybe the 'Set Event Properties' Action script can help
or 'Set Event Data'