I noticed that as well, but the link in his signature doesn't actually go anywhere. His posts are varying degrees of intelligible; if he continues to spam, I'll just delete his posts and ban him.
Yeah. James will usually unpassword your game for you, as will TMC. It's also really easy to compile your own password-free OHR if you know a little about programming.
If you want any square that does not have all four walls to be legal, all you have to do is this: while (read pass block(powerx, powery) <> (north wall + south wall + east wall + west wall)) do ( If you want to verify that the NPC isn't walled ...
Slight problem with James's code: if(key is pressed(45) && stamina key==false) then( stamina key := true # the rest of the stuff that happens for stamina )else( if (key is pressed(45) == false) th...