Is it posible in maxscript to have something like map in C++? I would really like to do something like this in maxscript:
map["name1"]=1
and if I do later something like this:
x=map["name1"]
x should have the value 1.
This is just a simple example.
Swordslayer · 2017-10-12