ID:150035
 
i have a var for gold and i want to link that to the item gold coins. does anyone have any tips on how to do this?
o and im using the grouping thing if that helps
obj/goldcoin
var/gold = 1

Thats if u want each gold coin to represent 1 gold coin.

LJR
In response to Goatman
Read the ZBT tutorial.
In response to LordJR
:( cant get it to work... o well...maybe it needs a little encoragement...sledgehammer :) and the zbt thing makes a verb just to get gold :(

is it possible to link the suffix (the amount of gold the item) and gold the var?
Goatman wrote:
i have a var for gold and i want to link that to the item gold coins. does anyone have any tips on how to do this?

what do you mean by link?
obj/goldcoin
var/gold += 1
try that, that will make it so when you pic up 1 gold coin you get 1 gold i think but im probly wrong but try it. The diffrence from that other one is the + part.