[SPELL HELP] passing Args to manual spells?

From: Kaun Lazaro (circle_777@hotmail.com)
Date: 01/24/01


I'm trying to make a rename spell, when I tryed to use argument in a
half_chop() it ran errors, basicaly I tracked it down and cast functions
don't pass down the argument beyond matching it with a target, so how do I
send a prompt to the character for an argument, ie:

MANUAL(spell_rename)
{
  if (obj == NULL)
    return;

  send_prompt("Rename *obj* to: ", ch);
  /* do the rename of short desc... */
}


thanks Kaun
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/03/01 PST