Continuation of https://www.byond.com/forum/post/2962373
Screenshot macro has been arbitrarily blocked some reason in 1653 and its an undocumented change (both in change notes and ref as far as I can tell). I don't mind if its requires a permission set in dream seeker, but if so the server ought to be able to query if a client has the permission set or not.
Numbered Steps to Reproduce Problem:
1. Attempt a winset for .screenshot
2. Observe no screenshot in screenshots folder
Code Snippet (if applicable) to Reproduce Problem:
winset(src, null, list("command" = ".screenshot"))
winset(src, null, list("command" = ".screenshot auto"))
Expected Results:
Server tells the client to create a screenshot.
Actual Results:
Nothing happens.
Does the problem occur:
Every time? Or how often? Always
In other games? Yes
In other user accounts? Yes
On other computers? Yes
When does the problem NOT occur?
516.1652 and earlier
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.) 516.1652 and earlier
Workarounds:
Don't use 516.1653+