Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: cstb on September 24, 2008, 07:51:20 pm

Title: [RESOLVED]How do i...?
Post by: cstb on September 24, 2008, 07:51:20 pm
...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.
Title: Re: How do i...?
Post by: Aqua on September 24, 2008, 08:04:43 pm
I don't know what you mean...

Do you mean show the command as a string or something within a window?
Title: Re: How do i...?
Post by: Chaze007 on September 24, 2008, 08:17:44 pm
i think he means, use the script database as a notepad, to write down his events in.
Title: Re: How do i...?
Post by: Starrodkirby86 on September 24, 2008, 08:33:23 pm
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.
Title: Re: How do i...?
Post by: Juan on September 24, 2008, 09:06:27 pm
The answer I came up is below.
Spoiler: ShowHide
$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
Title: Re: How do i...?
Post by: cstb on September 25, 2008, 05:45:42 am
Ty Juan,im gonna try now................





......................ok so i have to replace'max_character_in_length' right?
EDIT:Nvm line above.IT WORKS!!!