-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Emitters to use vars #73028
Allow Emitters to use vars #73028
Conversation
May i ask you to check how hard would be to implement #72891? |
Ha I looked at that and was debating doing it instead. I'll work on it next. What context are you seeing this in? What kind of eoc are you using in it? I'm assuming its not a item activation since that would be alpha talker, is this a spell? |
Initially i planned to use it with terrain/furniture, but they can't store variables at all, so i moved to the items. What i tried to do is to store the time_since_cataclysm inside the item upon activation (and some another value), and then future activations would check is the value stored, and is specific amount of time passed |
Please resolve conflict |
Summary
None
Purpose of change
Fix #65993
Describe the solution
Describe alternatives you've considered
Testing
Used this json
Additional context
If there are any other places you want variables just ask.