Is it possible to react on the user input in the editor mode of playmaker, like its possible in the scriptablewizard function "OnWizardUpdate"? (OnWizardUpdate: "This is called "..." whenever the user changes something in the wizard.")
For instance the designer creates a new state, drops my action on it and checks there a boolean var to be true. If he is doing so, the color of the state should change to green. If he unchecks the bool, the color switches back to default.
thanks 4 help!