>if (CMD_IS("arrive")) >do_say(?????, "<TEXT MESSAGE>", 0, 0); >... >I want the mob to say the text message, but i'm not sure what to use, because >ch is the character that just arrived...any help would be greatly appreciated struct char_data *mob = (struct char_data *) me; do_say(mob, "I'm Mr. Mob", 0, 0); +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST