[MudWalker] I don't happen to have the manual... wondering about separator character
Kevin Reid
kpreid at mac.com
Sun Aug 23 13:18:25 PDT 2009
On Aug 23, 2009, at 15:48, Ryan wrote:
> Thanks for getting back to me Kevin.
> Let me reform what I said before. My understanding of scripting is
> none...
>
> So I want a script with a variable.
> So the trigger would be "A fountain sits here."
>
> The variable is set to 1
> so if variable = 1 then
> 'drink fountain.'
>
> And then I want it to repeat that action of drinking until the mud
> reports, 'you are full.'
>
> Then the variable is set to 2
> so if variable = 2 then
Trigger scripts can't currently do this kind of progressive action.
Everything a trigger does is a reaction to a particular incoming line.
In some cases, variables are useful for managing continuing actions,
but you don't need any variables for this particular case; just write
the trigger I gave in my previous message.
--
Kevin Reid <http://switchb.org/kpreid/>
More information about the MudWalker
mailing list