1) make fi -q <player> also show which lvl the quest he/she/it has,
like;
LEVEL QUESTS Difficulty Level
--------------------------------------------------------------
Machine challenging xx
2) make a \'replace\' feature that replaces text a with b in a command, like
if i have a command that goes \'x\' is a command-alias to \'scan all;look at
gore;cast psychich crush at gore\' there could be a syntax like; replace gore
with zin in x (replace <original text> with <new text> in
<command>)
and of course if there\'s more then one pattern (like above with 2 gore\'s)
that matches the replacement, it replaces all of them.
1) make fi -q <player> also show which lvl the quest he/she/it has,
like;
LEVEL QUESTS Difficulty Level
--------------------------------------------------------------
Machine challenging xx
2) make a \'replace\' feature that replaces text a with b in a command, like
if i have a command that goes \'x\' is a command-alias to \'scan all;look at
gore;cast psychich crush at gore\' there could be a syntax like; replace gore
with zin in x (replace <original text> with <new text> in
<command>)
and of course if there\'s more then one pattern (like above with 2 gore\'s)
that matches the replacement, it replaces all of them.
/meri
You can (sort of) do the replace idea using alises. Make your command 'scan
all;look at JERK;cast psychich crush at JERK' and then 'alias JERK gore',
'alias JERK zin', etc