world
view = 255
Error Message:
error:255:expected range is -1 to 35
Problem description:
I'm trying to scale a large terrain map so it can be viewed all at once. As far as I'm aware the easiest way to do this is to set the world view to a high value. But the compiler is telling me I can't set the view to 255, contrary to what's in the DM reference:
http://www.byond.com/docs/ref/info.html#/world/var/view
Edit: I'm using BYOND version 425.994
Am I missing something?
view="255x255"
EDIT: I wouldn't recommend it though. Your icons would be just a dot..