Help - Search - Members - Calendar
Full Version: Getting an actor's name with script
RPG RPG Revolution Forums > Scripting > Script Development and Support > RGSS
Shake0615
Hey guys,

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
You were actually quite close smile.gif
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.
Invision Power Board © 2001-2013 Invision Power Services, Inc.