Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: TokyoDan on December 15, 2013, 04:47:37 PM

Title: Is Playmaker suited for making scripted tutorials of how to play games?
Post by: TokyoDan on December 15, 2013, 04:47:37 PM
Is Playmaker suited for making scripted tutorials of how to play games?
Title: Re: Is Playmaker suited for making scripted tutorials of how to play games?
Post by: jeanfabre on December 16, 2013, 06:18:48 AM
Hi,

 Do you mean in game tutorials and guides? I am not sure what you mean by "scripted" here, can you detail?

bye,

 Jean
Title: Re: Is Playmaker suited for making scripted tutorials of how to play games?
Post by: Lane on December 16, 2013, 07:51:45 AM
It's really great for ingame sequencing of events. For instance things like trigger zones for player's reaching a spot and triggering a change in the GUI, or activating the next sequence of stuff to continue the tutorial because basically the player is working through "states" of the tutorial or guide, so the tutorial is just a big FSM, essentially.

You can communicate between scripts and playmaker FSM's pretty easily if you need to with this sort of thing, too.