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.
This post has been edited by DUFUTA: Feb 22 2012, 10:05 AM