Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reality Levels and Room Parent @descformats #645

Open
brazilofmux opened this issue Mar 24, 2015 · 0 comments
Open

Reality Levels and Room Parent @descformats #645

brazilofmux opened this issue Mar 24, 2015 · 0 comments

Comments

@brazilofmux
Copy link
Owner

Original issue 643 created by brazilofmux on 2010-09-13T13:56:04.000Z:

I've tested this on both 2.7 and 2.9. For testing purposes, I downloaded the latest 2.9 and did the following:

./configure --enable-realitylvls
make && make depend
Edit netmux.conf to add:
reality_level real 1
reality_level ghost 2
def_exit_rx 1
def_exit_tx 1
Login as # 1.
@desc here=[space(11)]Test.
Look. The desc shows "Test" with the proper spacing.
@create Exit Parent
@descformat Exit Parent=%0
@parent here=# 15
Look. The desc is no longer spaced properly.
@descformat Exit Parent=u(%1)
Look. The desc is fixed.

The problem is that this only happens with reality levels enabled. If you use the "@descformat parent=%0" form of the code without reality levels enabled, the desc evaluates normally. I'm guessing this is something to do with the block of code that checks which desc to show based on the intersect of your rxlevel with the look-ee's txlevel, and in what format it sends that data to @descformats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant