I need a script that replaces the charsets in the menu with faces. I know that there have been other requests for the exact same thing, but the solution does not work for me because I'm a PKE user. Thanks in advance.
not sure if you want something to do with events, but imo you can do almost anything with the events...I dont have rpg maker open so this is what I would assume would work:
map: event turn menu access off.
common event:
Conditional branch: Button input: _
- Turn menu access on
- change actor graphic (to faceset, but put faceset in the charset folder.)
- show menu
commen event:
conditional branch: actor graphic ___ (faceset)
- Conditional branch
- Button input (make this to close the menu)
- Change actor graphic (normal char set graphic)
- Change menu access off.
sorry if it doesn't work.
I don't know if that'll work, but it just seems too over-complicated. Thanks anyway.
That's a cool idea Nouman. I like the way you think ;8
Anyway, this topic is similar:
http://rmrk.net/index.php/topic,12532.0.html (http://rmrk.net/index.php/topic,12532.0.html)
The script Blizz puts up ought to work.
That won't work because the line of script I need to replace is untranslated in the PKE version. I need a script that will work with PKE.
Even the code is in Japanese? I've never had PK, but I thought that only the comments were untranslated...
Quote from: Irgna on February 20, 2007, 02:20:32 AM
That won't work because the line of script I need to replace is untranslated in the PKE version. I need a script that will work with PKE.
From my understanding it uses the same scripting system. All scripts made on Enterbrain work fine with pk.
It would work except for the fact that the line I need to replace is nowhere to be found.
The part you need to replace is in Window_MenuStatus. If you're using the default menu, it should be around line 28 or so.
Oops, that's the problem, I was looking in "Scene_Menu"... :-[