How do I call on a map or change a variable in an imported script?
Pretend I have script A with a map of items that are true or false.
In my other script, I import script A and want to do a foreach for all that return true in the map in script A.
I see other people's scripts import EatDrink.ash, and that means there is a way to use values from other scripts.
Pretend I have script A with a map of items that are true or false.
In my other script, I import script A and want to do a foreach for all that return true in the map in script A.
I see other people's scripts import EatDrink.ash, and that means there is a way to use values from other scripts.