CURRENCY_VALUE(1) CURRENCY_VALUE(1) NNAAMMEE _c_u_r_r_e_n_c_y___v_a_l_u_e_(_) - returns how much in EU's an amount of a currency is SSYYNNOOPPSSIISS int currency_value(int x, string str) DDEESSCCRRIIPPTTIIOONN Given an amount of a currency, this returns its worth in EU's, or economic units, the base measurement of relative economic worth. EEXXAAMMPPLLEESS If the currency rate of gold is 1.5, then currency_value(10, "gold") will return 15. LLOOCCAATTIIOONN /secure/SimulEfun/economy.c SSEEEE AALLSSOO _c_u_r_r_e_n_c_y___i_n_f_l_a_t_i_o_n_(_), _c_u_r_r_e_n_c_y___m_a_s_s_(_), _c_u_r_r_e_n_c_y___r_a_t_e_(_) AAuutthhoorr Descartes of Borg 1