AZSTOKE/ALGAZODIK
GameAudio & Art
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from RIGDOCKS_python import *
testList = [10,20,30,40,50]
for i, value in enumerate(testList, 1):
Msg(i)
Msg(value)
No preparation required
Import common functions
Register an integer array in testList
Rotate the number of arrays in a ForLoop using enumrate
Display the For index using the Msg function
Display the contents of the Value array using the Msg function
Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.