playMaker

Author Topic: Readability Issues  (Read 2219 times)

ergin

  • Junior Playmaker
  • **
  • Posts: 86
Readability Issues
« on: February 18, 2016, 02:53:59 AM »
I'm very happy with playmaker. It really simplifies and fastens the tasks. There are two features I would love to see in playmaker.

1) Readable "if, then, else" statement.
2) Grouping states.



Thanks.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Readability Issues
« Reply #1 on: March 14, 2016, 09:55:16 AM »
Hi,

 Thanks for your suggestions.

 Indeed, grouping would be excellent. Right now we have Templates, and the "runFSM" action which allows you to run an Fsm Template inside states as regular actions. I am not aware of any development for grouping as you describe it.

for the if then. I don't think it will happen, because PlayMaker is a kind of strict Finite State Machine and as such, you simple have to create your own logic flow, be it a If statement, a case statement or else.

I usually work this way:



Bye,

 Jean