Playmaker Forum

PlayMaker Feedback => Feature Requests => Topic started by: ergin on February 18, 2016, 02:53:59 AM

Title: Readability Issues
Post by: ergin 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.

(http://www.ergin3d.com/images/playmakerb.jpg)

Thanks.
Title: Re: Readability Issues
Post by: jeanfabre 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:

(http://i.imgur.com/4E4DW8n.png)

Bye,

 Jean