Script isn't saved in .script format

Hello everyone,

I need to take out all the waypoints’ data from .script file in my current project.

I found that when I create new program and save it once, it saves data in the .script file as well, but if I add waypoints in the program and save it again, nothing is added in the .script file.

My fast solution is:

  1. I copy all the additional waypoints
  2. Create new program file
  3. Paste additional waypoints in the new program and save it again.

This way I get new .script file and take waypoints’ data from there.

Does anybody have better solution about this task?

Thanks in advance,
Giorgi

I’m not 100% sure but I think you can force the writing of a .script file by executing the program once.

So either:

  • Add waypoints
  • Save program
  • Run program
    or:
  • Add waypoints
  • Run program
  • Save program

should get you the updated .script file.

Let me know if it worked :slight_smile:

If you’re just viewing the script via a script node in the pendent, you have to delete it and re-add it to get it to update. At least that’s what I do

It worked.
Thanks a lot!