[MudWalker] help with user specific coding
Kevin Reid
kpreid
Sat May 14 18:54:25 PDT 2005
doug <emudoug at gmail.com> wrote:
> i would like to be able to script things for different charactors into
> the same document... for instance, i'ld like to do something like this
> in my login script:
>
> $$username
> $$password
> @@name = $$username
...
> but it has a problem with name = $$username.... any idea on how to get
> around this??
It must be written:
@@name = username
Lines that start with @@ do not use $$.
--
Kevin Reid <http://homepage.mac.com/kpreid/>
More information about the MudWalker
mailing list