- Joined
- Jan 26, 2014
- Messages
- 1,281
- Reaction score
- 106
- First Language
- Irish
- Primarily Uses
- N/A
I want to declare my own variables. In ace, we can do this via Modules. How can I make this in js so when I call certain variables, I can just say for example:
var overdrive_meter_start = Milena.overdrive_value;
and so on? I want this to be the variables that would receive the values from the params.
In general, how can you make something like this? is there a way to implement imported = {} as well?
var overdrive_meter_start = Milena.overdrive_value;
and so on? I want this to be the variables that would receive the values from the params.
In general, how can you make something like this? is there a way to implement imported = {} as well?

