When the DEBUGF_WALK DebugFlags are enabled, they spam the logs too much (logging players and NPCs) and are hard to orient in (no location or serial).
Proposal:
- Add character serial or location to one of the log lines
- Limit logs to player characters only (use
IsPlayer() in the debugflags checks) .