Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: dt1000 on January 17, 2017, 08:08:14 PM

Title: Custon Drawers & PlayMaker Actions - please help!
Post by: dt1000 on January 17, 2017, 08:08:14 PM
Hello!
I am trying to make a set of PlayMaker actions for the excellent I2 Localisation plug-in.

I want to be able to select a string from a list of existing localisation keys (or "terms" as they are known.

According to the developer I can use a custom drawer, like this...

Code: [Select]
public class Example : MonoBehaviour
    {
        [TermsPopup] public string _StringWithTermPopup;
    }

So I have tried a number of variations on this, but with no success...

Any suggestions?

You can find my forum post on the I2 boards here:
http://www.inter-illusion.com/forum/i2-localization/751-terms-enum-dropdown-for-scripting/ (http://www.inter-illusion.com/forum/i2-localization/751-terms-enum-dropdown-for-scripting/)
Title: Re: Custon Drawers & PlayMaker Actions - please help!
Post by: JOY on February 03, 2017, 02:13:32 AM
+ 1 on those actions
Title: Re: Custon Drawers & PlayMaker Actions - please help!
Post by: elusiven on February 03, 2017, 07:37:09 AM
+1
Title: Re: Custon Drawers & PlayMaker Actions - please help!
Post by: jeanfabre on February 06, 2017, 01:33:11 AM
Hi,

 ok, you'll likely need to implement this manually with a custom editor for that action.

I contacted the author, we'll see.

 Bye,

 Jean