QUOTE (DUFUTA @ Feb 20 2012, 08:33 AM)

I've been studying the Interpreter script and looking for a way to call the Name_Input Scene to change the name of an actor whose ID has been stored in $game_variable[4]. After studying, I tried a few different ways, like:
CODE
$scene = Scene_Name.new($game_variables[4], 8)
The thought process there was to pass into the scene, the actor's id (game_variable[4]) and the max length for the name(8).
I know these are the only two parameters which should be needed for the scene.
Anyway, it seems too simple to be racking my brain

this hard over. So a quick bit of help would be appreciated.
I don't understand quite what you want to do

. There is no need to store actor's ID since the first actor has the ID of 1, second 2 and so on.
On the other hand if you wanted to increase a variable by name input process that is done pretty easily and I think that you can figure that out on your own. If you don't know how to do it, I will be happy to help you.
Cheers!