If I manually add a comment in a mapping file in the standard XML comment format
and then edit the file in
Is there a way to preserve comments?
It would be very useful so other's can decipher vdjscript.
<!-- a comment -->
and then edit the file in
VDJ > controller > edit mappingthe comment is lost when the file is saved.
Is there a way to preserve comments?
It would be very useful so other's can decipher vdjscript.
Posted 2 days ago @ 1:58 am
depending on where in the script comments can be added that won't be read or placed in quotes
deck 1 play ? pause : play : this part won't be read about this silly play_pause script
deck 1 play_pause & "this part won't be read about this simple play_pause script"
deck 1 play ? pause : play : this part won't be read about this silly play_pause script
deck 1 play_pause & "this part won't be read about this simple play_pause script"
Posted 2 days ago @ 6:43 am