AZSTOKE/ALGAZODIK
GameAudio & Art
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from RIGDOCKS_python import *
Msg("test1")
for i in range(3):
Msg(i)
Msg("test2")
for i in range(3,6):
Msg("test3")
for i in range(1,6,2):
Msg("test4")
for i in range(5):
if i == 3:
break
Msg("test5")
for i in range(2,5):
if i % 2 == 0:
continue
Msg(i+20)
No preparation required
Import common functions
"test1" is displayed on the console.
For statement range3 loops "0, 1, 2"
Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.