Reply to Re: game crashes upon this scene
If you don't have an account, just leave the password field blank.
say_stop("well i was getting bored of sending the delightful screams of adventurers back via the well which they entered.",&crap);
I don't know for sure, but I have a feeling that string might be slightly too long. Try splitting it into two say_stop functions?
say_stop("well i was getting bored of sending the delightful screams",&crap); say_stop("of adventurers back via the well which they entered.",&crap);