- Joined
- Apr 7, 2017
- Messages
- 3
- Reaction score
- 0
- First Language
- english
- Primarily Uses
- RMVXA
Hey im a real noob at the min but im trying to make the currency used in the game to be set to the name of a character/actor so the user can call it what they want.
I have this:
$data_system.currency_unit = $game_actors
[1].name
But it gives me this error:
Script 'Game_Interpreter' line 1411:NoMethodError occured.
undefined method for 'name' for [1]:Array
Im unsure on how my script this small can be causing this much of an issue xD If anybody has an idea on what im doing wrong please help.
I have this:
$data_system.currency_unit = $game_actors
[1].name
But it gives me this error:
Script 'Game_Interpreter' line 1411:NoMethodError occured.
undefined method for 'name' for [1]:Array
Im unsure on how my script this small can be causing this much of an issue xD If anybody has an idea on what im doing wrong please help.


