ID:140087
 
Wow, I haven't been here in a while and it seems like I'm coming here for something that seems so simple.

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.
Show your code in context.
In response to Garthor
It's fine Garthor, I appreciate your concern for my stupid problem. (I fixed it, works now.)
I simply forgot to delete/mark the topic to say that it was finished.
Thanks again, sorry for the trouble.