Bad item value?

tyilo

Member
When i try to execute this script, it fails with the error "Bad item value: "stuff":
Code:
foreach stuff in $items[Wolf mask, Giant needle, Rave whistle]
{
	put_shop(mall_price(stuff) - 1, 0, $item[stuff]);
}
Why is that?
 
Top