mob
player
proc
test()
world << "1"
verb
banana()
test()
world << "2"
Problem description:
The verb silently crashes after outputting "1". The environment is still running, ruling out an infinite loop, but I see no reason why this is in any way a problem?
Is there perhaps something that makes a verb stop after calling a proc? :/