You open the extension from the project manager, then the behavior, then click on add a function, click on custom, and click on the new function. Now enter the name and description of the new action, then go to parameters, add 1 parameter, change the type to number, set the name new_value
, and a label of your choice. In the events sheets below, add a new event without conditions and the action to set the property you want to change, and use as value GetArgumentAsNumber("new_value")
.
1 Like