| 400 | } |
| 401 | |
| 402 | void |
| 403 | You_cant(const char *line, ...) |
| 404 | { |
| 405 | va_list the_args; |
| 406 | char *tmp; |
| 407 | |
| 408 | va_start(the_args, line); |
| 409 | vpline(YouMessage(tmp, "You can't ", line), the_args); |
| 410 | va_end(the_args); |
| 411 | } |
| 412 | |
| 413 | void |
| 414 | pline_The(const char *line, ...) |