ID:848474
 
I was wondering is it possible to detect screen size in byond without using Javascript libraries? Also I was wondering if it was possible to detect the width/height of the map on a persons screen in pixels or in this format 32x32,64x64 etc(I know it be alot bigger).

Just pointing out that I am asking if there is a way to do this using byond code and NOT any other external way/code.
For detecting map size you can use winget() to find the "size" parameter oh the map. It returns text using the format [width]x[height].

Here is a library that finds screen resolution. http://www.byond.com/developer/Leur/ ScreenResolutionRetrieval

Good Luck.