OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

`for(var/O as obj)` causes a null type enumerator error

Open ike709 opened this issue 1 year ago • 0 comments

Eternia has the following code: for(var/O as obj) It compile in BYOND (I assume as for(var/obj/O in world)) but errors in OpenDream: Error OD0000 at code/social/cmd.dm:1610:15: Attempted to create a type enumerator with a null type

ike709 avatar Sep 29 '24 01:09 ike709