Hello everybody... i hope dont disturb you with my little ask...
Its a favor that realy really need
Its possible change a Option of the PRE-Menú of BLIZZ ABS???
I want change the AI TRIGGERS command by only one of the commands of ST CMS - Hybrid moded Script (Option Menú)....
Example....
i want to change this
(http://i172.photobucket.com/albums/w12/cesarperry/Dibujo.jpg)
for ST CMS - Hybrid moded Script option menú...
(http://i172.photobucket.com/albums/w12/cesarperry/Dibujo2.jpg)
Please.... i know that you can help me T_T
ur going to have to edit a few things to change the commands go to BlizzABS part 2 line 349
change
CommandsPreMenu = ['Menu', 'Hotkeys', 'AI Behavior', 'AI Triggers', 'Cancel']
to
CommandsPreMenu = ['Menu', 'Hotkeys', 'AI Behavior', 'Option Menu', 'Cancel']
now to change what that calls go to part 3 line 7060
change
$scene = Scene_AI_Triggers.new(@view.tone)
to what ever you want it to call
well thank you very much...but.... i can call the option Menú of ST CMS - Hybrid moded Script
becasue...... i dont know what call script command can call it.... in other words....
i dont know what command put instead $scene = Scene_AI_Triggers.new(@view.tone)
look where its says class something put what the something is .new so if it says class Option_Menú
put $scene = Option_Menú.new
:^_^': well i try it.... but...that command dont work..... apperently... the Option Menu don´t have a OPTION_MENU class..... and its part of a bigger class of the main menú of ST CMS - Hybrid moded Script...
im using MOG Hunter MAin Menú Script and its compatible with Blizz abs Pre-Menú... but i cant call only the OPTION MENÚ of the ST CMS - Hybrid moded Script :(
i think that menu is a 1 scene menu meaning everything is run in the menu so i don't think you can pull it out to run in the premenu