The Problem:
var/list/req=list("wood"=0,"stone"=0,"food"=0)
I have this variable on an object.
world.log<<"**[src.req["wood"]]**"
When I run this in one of my procs, specifically DblClick(), the four asterisks appear in world log, but the number doesn't. If you could help me get it to appear, then it'd solve all my problems. Thank ye for reading.