This is not really a problem, but I was wondering how I would call a constant string of text into a user's output. For example
Code:
mob
proc
item_price(item/item, cost)
src << "[cost] [Constants.MONEY] is required to purchase [item]."
Where Constants.MONEY is "Dollars". I was wondering if this would work or would I have to call it another way. I'm asking because I'm not sure what I want my currency name to be as of now.
Then you could reference it like so: