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

Ancestor Room Exit Format #21

Open
Rucket82 opened this issue Aug 19, 2020 · 0 comments
Open

Ancestor Room Exit Format #21

Rucket82 opened this issue Aug 19, 2020 · 0 comments

Comments

@Rucket82
Copy link

Rucket82 commented Aug 19, 2020

As part of the Ancestor Room core, there's this bit of code:

&EXITFORMATDEFAULT [u(cobj,ancestor_room)]=[u(SEPARATOR,Exits)]%R[null(if(u(setr(lvexits,lvexits(%!)),iter(exitalias exitname exitwrap exitdest,u(setq,col%i0,u(strfirstof,v(DISTCOLOR%i0),vol_color(%#,ROOM,%i0))))))][table(iter(vol_sortorder(vol_sortname(%q<lvexits>)),u(RENDER_EXIT,%i0,37),%b,|),37,width(%#),|)]%R[u(SUBHEADER)]

This part here:

u(setr(lvexits,lvexits(%!))

should probably be

setr(lvexits,lvexits(%!))

None of the exits were actually displaying for me until I took the u() out of the mix.

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