I'm trying to incorporate a dual Currency into my Game, but have some slight difficulties. The first is in changing the default \G value from 'Gold' in the Database to 'Quartz', for instance. I've been using the script call $dataSystem.currencyUnit=="Quartz", but when I display using \G, I still get 'Gold'. What have I overlooked, please..?
Edit: I found my mistake; it's the "==" that is wrong, sometimes, it should be "=", sometimes. One day I will understand why this syntax stuff is made so confusingly (but not today..! ;-) )
Edit: I found my mistake; it's the "==" that is wrong, sometimes, it should be "=", sometimes. One day I will understand why this syntax stuff is made so confusingly (but not today..! ;-) )
Last edited: