RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

MUSQN not being populated unless format setr(d, val, s) is used #147

Closed CuAnnan closed 3 years ago

CuAnnan commented 3 years ago

If this is intended, the docs need to be updated to reflect this.

mrsenile commented 3 years ago

@admin penn_setq=1 think [setq(user,test)][execscript(setq.sh)] MUSH Stuff MUSHQ_0: test MUSHQN_0: user MUSHN_USER: test

MUSHN will only be populated if there's a name assigned to a register.

I can see where the documentation may not be fully clear on it, but it should be understood that if you don't label a register the label wouldn't be utilized as it wouldn't exist.

CuAnnan commented 3 years ago

https://github.com/CuAnnan/domain/blob/main/output.txt

Nothing with the musqn or mushn prefix.

mrsenile commented 3 years ago

what does think config(penn_setq) return?

CuAnnan commented 3 years ago

0

mrsenile commented 3 years ago

Turn it on and your issue should be resolved.

Without it enabled, setq(foo,bar) is not setting to the label 'foo' but setting it to register 'f'.

wizhelp penn_setq

CuAnnan commented 3 years ago

Thanks. That did it.