View Single Post
Old 15th May 2018, 00:13   #6  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
Cool, glad it worked. The triple quotes (""") are legit actually. They are for nested quotations. Example:
Code:
ScriptClip("""
Subtitle("Current frame = " + String(current_frame), 
\ align=5)
""")
raffriff42 is offline   Reply With Quote