I'm using the Save Info + script by SojaBird and I need to know how I can get an actor's name using RGSS. How can I set the following script to be equal to actor 10's name?
CODE
$game_system.save_title = "actor 10's name"
Thanks so much!
Night_Runner
Dec 1 2011, 12:34 AM
You were actually quite close
CODE
$game_system.save_title = $game_actors[10].name
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.