Ok so I'm trying to open and close a JVS door via script.
I did %brick.contentStart(0, 1, ""); and it worked fine, but when I did %brick.schedule(4000, 0, contentStop, 0, ""); it didn't work. I need help figuring out why it didn't work and how to make it work.