[MudWalker] Changing variables in command line?

Kevin Reid kpreid
Thu Jan 1 16:21:10 PST 2004


Giri Fox <girifox at hotmail.com> wrote:

> I'm wondering how I can change the value of a global variable (which was
> defined in an alias) by typing in the command line?

Currently, there is no way to execute scripts from the command line. I
plan to add this in the future.

For setting a variable, you can just create another alias:

Command:
  setmyvar
Script:
  @@myvar = arg[0]

-- 
Kevin Reid



More information about the MudWalker mailing list