obj
Crossed()
world << length(players)
This results in 0 no matter how many things get added.
Yet..
mob
verb
check()
world << length(players)
Will result in the amount of things that were added to the list.
Is this a bug?
This is literally all the code involved... Aside from the code that adds the objects into the list.