@wrog
Hey, do you have an easy answer - why am I getting
#55:map_arg*s, line 13: Range error
?
To my knowledge I configured https://github.com/wrog/lambdamoo/?tab=readme-ov-file#user-content-legacy-database-support and have tried a range of core databases. #lambdaMOO
Stuff *not* calling that seems to work:
@dig "Someroom" -> #99
@go #99
@describe here as my room
look here
@wrog @nosrednayduj @me
My workaround for now was to just remove aliases from set_names, and then there is no question of list_utils when @digging and @creating. Though I understand this sucks.
@screwlisp @wrog @me
So did you add
player:tell(typeof(rest)); player:tell(length(rest));
player:tell(n);
to $list_utils:map_args before the problematic line? Was it a list? Was it 0 length or more than $maxint as your other messages seem to imply? Help us out here.

@nosrednayduj

These were the questions I should have been asking myself!

@wrog @me