Re: [code] poofin special command

From: Alex (fletcher@cspo.queensu.ca)
Date: 02/23/97


> I've been trying to allow poofin to use the argument ? and so it will
> display your current poofin (same with poofout).
Cool.

> send_to_char("THIS DOESN'T WORK YET!!\r\n", ch);
> 
Something like this:  (mailer code)

   sprintf(buf, "%s %s", GET_NAME(ch), ch->specials.poofin);
   send_to_char(buf, ch);

Use whatever struct poofin is in (I forget which it is).
For example, it'll give output like:

(my poofin is:  'arrives with a wiz, bang, and flash!')

>poofin ?
Furry arrives with a wiz, bang, and flash!

--
Erm... Yeah.  Whatever.

+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
|    Or send 'info circle' to majordomo@cspo.queensu.ca     |
+-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/18/00 PST