| 374 | } |
| 375 | |
| 376 | void |
| 377 | Your(const char *line, ...) |
| 378 | { |
| 379 | va_list the_args; |
| 380 | char *tmp; |
| 381 | |
| 382 | va_start(the_args, line); |
| 383 | vpline(YouMessage(tmp, "Your ", line), the_args); |
| 384 | va_end(the_args); |
| 385 | } |
| 386 | |
| 387 | void |
| 388 | You_feel(const char *line, ...) |