Infinite loop suspected--switching proc to background.
If it is not an infinite loop, either do 'set background=1' or set world.loop_checks=0.
proc name: Match (/ProcessMatcher/proc/Match)
source file: Parser.dm,300
usr: ThunderZ (/mob)
src: /ProcessMatcher (/ProcessMatcher)
call stack:
/ProcessMatcher (/ProcessMatcher): Match(/list (/list), /Temp_Parser (/Temp_Parser))
/ProcessMatcher (/ProcessMatcher): Match(/list (/list), /Temp_Parser (/Temp_Parser))
/Command/sense_mob (/Command/sense_mob): Match(/list (/list), /Temp_Parser (/Temp_Parser))
/Parser (/Parser): Parse("sense a", ThunderZ (/mob))
Telnet @127.000.000.001 (/client): Command("sense a")
Problem description:
The error occurs if you mistype a name or a name of a mob in the world.contents that doesnt exist period.
So it produces this error when you try to search for a fake mob..is there any way to prevent it in his parser?