Long story short, I'm installing this snippet:
http://auricmud.com/snippets/FUSS_Variables.html
The parse_setvar function does not work correctly.
With this prog:
It produces the output:
So any token except the last(?) one is lost. In the parse_setvar function then, 'results' is being parsed wrong.
Does anyone see the problem? I'm still looking into it.
http://auricmud.com/snippets/FUSS_Variables.html
The parse_setvar function does not work correctly.
With this prog:
say Hello $n... $n?It produces the output:
Quote:
Mob says 'Hello .. Zeno?'
Mob says 'Hello .. Zeno?'
So any token except the last(?) one is lost. In the parse_setvar function then, 'results' is being parsed wrong.
Does anyone see the problem? I'm still looking into it.