[MudWalker] help with user specific coding

doug emudoug
Fri May 6 15:55:59 PDT 2005


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
@@if name == "charactor1" then
do things that char1 does on login
@@end
@@if name == "charactor2" then
do things char2 does on login
@@end


but it has a problem with name = $$username.... any idea on how to get
around this??



More information about the MudWalker mailing list