We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Temporary IDs cycle. Scripts may not detect an object's temporary ID has changed.
Script checks matching ID, and if not found rescans to find current ID
Scripts will run with temporary ID assigned at execution. When temporary IDs change, scripts cycle through remaining logic with 'not found'.
Track IDs and if changed, reconstitute variables with changed IDs
Lockers, perhaps tables at pawnshops
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Brief Description
Temporary IDs cycle. Scripts may not detect an object's temporary ID has changed.
Expected Behavior
Script checks matching ID, and if not found rescans to find current ID
Current Behavior
Scripts will run with temporary ID assigned at execution. When temporary IDs change, scripts cycle through remaining logic with 'not found'.
Possible Solution
Track IDs and if changed, reconstitute variables with changed IDs
Examples
Lockers, perhaps tables at pawnshops
The text was updated successfully, but these errors were encountered: