...show the change name event command in scripting?Cuz im making a note system and i want to know how...So i can take notes in the game.
I don't know what you mean...
Do you mean show the command as a string or something within a window?
i think he means, use the script database as a notepad, to write down his events in.
Nah, something in IRC got what cstb wants or of that sort...Sorry if that last statement was confusing, there was no effort brought into that.
cstb was saying that he wants to know the Call Script to launch the Enter Name Box, so then he use that as a Note Taker or something of that sort. Isn't there a Scene_Name? Yeah, there is. How about you be shady and try launching that scene...of course you would need the script to know what actor it is editing...Here works best when you can launch a Common Event or something...or yeah, find the scripting equivalent. ;)
EDIT: I don't know if this problem is solved already in the IRC, so this post...or this whole thread, may be obsolete. My condolences if this does not contain any helpful information.
The answer I came up is below.
$game_temp.name_actor_id = actor_id # The actor id the database
$game_temp.name_max_char = max_character_in_length#this cannot exceed 16
$scene = Scene_Name.new # This calls the scene
Ty Juan,im gonna try now................
......................ok so i have to replace'max_character_in_length' right?
EDIT:Nvm line above.IT WORKS!!!