#1, by santachaos
Friday, 14. November, 11:24
A month ago
Hello everyone,
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.
#2, by SimonS
Friday, 14. November, 13:31
A month ago
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.
#3, by santachaos
Wednesday, 26. November, 18:39
A month ago
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