However, when I call the preperation script, it shows this error message:
"NoMethodError occurred while running script.
undefined method 'gold_type=' for #<Game_Temp:0x80db350>"
Here's the pre-script.
CODE
$game_temp.type = 1
$game_temp.buy_discount = 1.2
$game_temp.sell_discount = 0.8
$game_temp.gold_type = :gold
$game_temp.buy_discount = 1.2
$game_temp.sell_discount = 0.8
$game_temp.gold_type = :gold
I tried changing this part around
CODE
$game_temp.gold_type = :gold
but it just kept displaying error messages.
I tried starting a new project and using the script there, but it still didn't work, so it's not a compatibility issue.
Please help?