> i know, i know, get a c book... > > can someone tell me how i would check for the command of enter and an aug of > carnival? i know how to get the command, but whenever i try to chack both, > it either just uses the command or just does not work... > > thanx... If it's in a spec proc, you could check for if( CMD_IS( "enter" )), then one_argument( argument, somebuffer ); or if it's not in a proc, it'd be in the do_enter or something, and the one_argument should work there too... Of course you'd want your strcmp( "carnival", somebuffer ); or something similiar... Av fun, good luck an hey...enjoy life :) Nathan Davies, alamar@mail.netinc.ca +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list-faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST