playMaker

Author Topic: help with communicating between FSM's  (Read 676 times)

christrejo2257

  • Playmaker Newbie
  • *
  • Posts: 6
help with communicating between FSM's
« on: December 24, 2021, 12:49:28 AM »
im a little confused on how to do this, so im trying to take my ammo count int variable from my pistol FSM, and im trying to put the value of my ammo count int variable in my movement fsm how would i do this?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: help with communicating between FSM's
« Reply #1 on: December 24, 2021, 08:32:42 AM »
Hi.
You can use Get/Set Fsm Int Actions.

so first Get the value, then do int add/subtract then set the value.


christrejo2257

  • Playmaker Newbie
  • *
  • Posts: 6
Re: help with communicating between FSM's
« Reply #2 on: December 29, 2021, 07:07:21 PM »
im still a little confused i dont think im setting it up properly, could i get an example how this would be set up?

Athin

  • Full Member
  • ***
  • Posts: 163
Re: help with communicating between FSM's
« Reply #3 on: December 30, 2021, 05:13:08 AM »
Heya,

This is basically the core on how to work with playmaker so it may help to watch some YouTube tutorials for beginners as there is a few of those out there now.

https://www.youtube.com/c/HutongGamesLLC/videos
 

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: help with communicating between FSM's
« Reply #4 on: December 30, 2021, 09:25:53 AM »
Hi.
Maybe this video can help :