Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Kemono on October 10, 2016, 06:13:55 AM

Title: How to add a new category?[SOLVED]
Post by: Kemono on October 10, 2016, 06:13:55 AM
Hi,

How do I add a new category (e.g. "physics", "math") to playmaker?
Can I do it within a custom playmaker action, or do I need a new script?
Title: Re: How to add a new category?
Post by: Kemono on October 10, 2016, 08:29:10 PM
found it  :)

Hi,

 If you are talking about your own custom actions: You can simple inject a string instead of the default set:

Code: [Select]
[ActionCategory("My own category")]

It will then appear in the actions browser amongst the preset categories.

Where you actually place your custom actions in the playmaker/actions/ folder doesn't matter, you can create subfolders at will.

Bye,

 Jean