GoldenD
Member
- Sep 30, 2018
- 102
- 70
- 87
Hi guys,
do you think it's possible to call a list with a variable name. Sample :
do you think it's possible to call a list with a variable name. Sample :
Python:
# .../...
$ myFunction( listOfDialog_Scene001 )
$ myFunction( listOfDialog_Scene002 )
# ...
# Of course I would like something like
$ myFunction( listOfDialog_[variable] )