setDoor(4234, 'e', 1) - single quote or double quote btw?
I had adjusted the script previously, but i'm not sure if one of my compiles I ran was dev or 30 branch - I do know however that after exiting/restarting, it also deleted the re-written import script i'd previously done

I think I did get your last branch 30 commit compiled however, and did see an error (which is likely related to me having to fix the setDoor command again)
"setDoor: bad argument #2 value (room with Id 48765 does not have a normal exit or a stub exit in direction "w".)"
setExit accepts (accepted) directions or numbers. setDoor is now direction only, not numbers?
(edit)
Or perhaps I just needed to look at it again - My code was already treating them differently. I'm recompiling the last commit right now.