trystyncote / scripted-video

This is a project that attempts to produce an animation-looking video based on a given script.
MIT License
0 stars 0 forks source link

Change how variables are called. #15

Closed trystyncote closed 1 year ago

trystyncote commented 1 year ago

A minor change, but I think the script should force the particular calling of a variable. Currently, it's raw calling, but it shouldn't be in my opinion. I think the syntax should be something like $var, where var is a variable that was called. This way, the program can tell that it's a variable that's being called.