Hey, I think what you need is an actual event code to handle this. The
simple wait_state cannot facilitate the features you want. If you
check out MudBytes's code repository and look for an event code I
released, you could probably make something off that. It allows for
you to define the commands a player can use whilst owning an event.
You could simply make a 'stop' command which will stop the bash, -or-,
alter the code, so the command allowance changes, and sets that all
the commands within the table stop, any other command will execute as
normal. I'm sure it wouldn't be to far to stretch that code that far.

Davion

On 8/4/06, Rainer Roomet <[EMAIL PROTECTED]> wrote:
You can't understand. Basically the pre-delay (twiddle) is the same as usual
wait state but there is only one different - you can cancel the delay.

Try to hack you usual wait state thing - do the same thing - the letter "S"
or "STOP" will cancel the wait state delay - if you can manage it please
help me too. Yes you can, if you use "S" command as first command but if you
type "S" at secondary or more later, then you can't anymore.

There should be some kind of command buffer or i don't know.

It's the hardest problem to me in the mud coding history.

Again if anyone will find the solution, please send to copy to:
[EMAIL PROTECTED]


And one question more: I receiving mails from rom mailing list as some kind
of "day conclussion". All receiving it ?



Rainer Roomet
Phone: (+372) 58133281
Mail/MSN: [EMAIL PROTECTED]





>From: Spifey <[EMAIL PROTECTED]>
>To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
>Subject: Re: Help
>Date: Fri, 4 Aug 2006 08:50:56 -0400
>
>if I enter the second command command (bash hassan;worth;S) then it won't
>work - it just waiting for delay, bash and then do these commands!
>
>My guess is that your ";" (more then one command?) i am assuming is the one
>causing you to hang.
>I suppose it will work more like an alias.
>Just put a stop to it the same way you did with the actual command.
>
>if (d->inbuf->alias?[i] == 'S')
>
>     break; ? return; ?

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

--
ROM mailing list
[email protected]
Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom



--
A MudBytes Administrator
http://www.mudbytes.net - A Code Repository
--
ROM mailing list
[email protected]
Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom

Reply via email to