Scene does not load??

Options
Still working on the tutorial. I'm pretty perplexed by this, because I don't know how Photon works yet.

I've copied all the code from the basic unity networking tutorial. I've even debugged the code with VS by placing breakpoints. Connect() gets called for sure but OnConnectedToMaster() and OnJoinedRoom() do not. It will simply not load the second scene. Does anyone know why? I'm sure I have all the code implemented. Both classes do inherit from Photon.PUNBehaviour.