Re: Spec-Proc / Renting Question

From: George (greerga@DRAGON.HAM.MUOHIO.EDU)
Date: 08/07/97


On Thu, 7 Aug 1997, George wrote:

>Soo, make some #defines in interpreter.h
>#define SCMD_PAY        0
>#define SCMD_RENT       1
>
>And change the last number in "rent" to SCMD_RENT and the last number in
>pay to SCMD_PAY on the command list.
>
>if (subcmd == SCMD_PAY)
>  ...blah
>else if (subcmd == SCMD_RENT)

Hm..nevermind, you're using a special_procedure. :)

argument should still have only '10' though, not 'pay 10'

So try one_argument()

(I looked at do_dump for that.)

-George


     +------------------------------------------------------------+
     | 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/08/00 PST