I want to rename an action part of an object to call it from a script then.
When I do so everything looks fine but when I go to another object and go back to the object with the renamed action part, it shows the old text "Linksklick" again.
I don't know if it has something to do with the new Visionaire Studio Update (I installed 5.3.6 (Build 1248) today) because I never used the renaming feature before.
You can't rename an action that is not "called by other action". It will be overriden by the engine. Change it to called by other action, then you can rename it. If you need to run the left click action add another action that calls the action.
You can't rename an action that is not "called by other action". It will be overriden by the engine. Change it to called by other action, then you can rename it. If you need to run the left click action add another action that calls the action.
Thank you, I Made an action part like that and called it from my script and the left click action. That worked fine