RoomPosition.createFlag fails without room vision
-
This should work:
(new RoomPosition(25,25,'E60S80')).createFlag('testflag');
It doesn't.
I can create flags in the GUI without room vision. Why does RoomPosition.createFlag require room vision?
Flag.remove() does not require room vision.
-
Also if we are cleaning up the API, I'm not sure why .createFlag() is on RoomPosition instead of Flag having it's own constructor.
That would be more consistent. As it is, I had to ask in the Slack how to create a flag, since there's nothing there in the Flag docs.
-
This appears to be broken still.
-
Got the same error, devs should confirm if this is intended or not.