obj
Money
icon = 'Yen.dmi'
var
amount
verb
Pick_Up()
set src in view(1)
usr << "You pick up [amount] yen."
usr.wealth+=amount
Problem description: Alright. I can't see were my undfined var is. And i have looked at the Help Guide; not helping. I don't need a code, just a point out and what i shoud replace. Help is nessassary. Anyways for those who can desifer the following, this is the exact message it says:
Money.dm:10:error:wealth.undefined var.