english.lng $rpgtxt{'1'} = "GP"; ## Change this to the currency you would like $rpgtxt{'2'} = "Money Transactions"; $rpgtxt{'2a'} = "Amount of money to earn per post"; Settings.pl ########## Colors ########## # Note: equivalent to colors in CSS tag of template.html, so set to same colors preferrably # for browsers without CSS compatibility and for some items that don't use the CSS tag $rpgusermoney{'amount2'} = "10"; # money amount Sources/Post.pl $rpg_moneyamount = 10; $rpg_moneyamount = $rpgusermoney{'amount2'}; Sources/AdminEdit.pl $cookiepassword = $FORM{'cookiepassword'} || 'YaBBpassword'; $rpgusermoney{'amount2'} = $FORM{'amount2'} || '10'; $txt{'408'} $rpgtxt{'2a'} ########## Colors ########## # Note: equivalent to colors in CSS tag of template.html, so set to same colors preferrably # for browsers without CSS compatibility and for some items that don't use the CSS tag \$rpgusermoney{'amount2'} = "$rpgusermoney{'amount2'}"; # money amount