ID:2962864
 
Not a bug
BYOND Version:516.1655
Operating System:Windows 11 Pro 64-bit
Web Browser:Chrome 132.0.0.0
Applies to:Dream Daemon
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
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+
Lummox JR resolved issue (Not a bug)
As stated previously, this is intended behavior. I'm willing to work with you on a more specific carve-out that will accomplish what you're looking to do. We can hash that out in Discord.

Login to reply.