ID:174527
 
ok, i am having trouble I need to add things like a bank, an inn, houses, ect, but I cant find out how? any good places anyone suggest or any help?
This is a bank demo you can use

http://developer.byond.com/hub/Rifthaven/GoldNItemsBankCode

Hope it helps

<font color=red>Rifthaven
In response to Rifthaven
thanks
In response to Majinveku
ok I got this but I run into later problems like after i put this in my game, how do my players get more gold ect. any help appricated!
In response to Majinveku
ok on this demo it says... gold 50 how would i be able to make it so they start with 50 gold but then can gain more?
In response to Majinveku
just make a mob var gold and make it equal something, and after killing a monster, doing a quest, or selling an item. Just do something like src.gold += 5 and that will add 5 to the gold.

<font color=red>Rifthaven
In response to Rifthaven
thanks