Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: elmangakac on April 15, 2010, 02:30:39 am

Title: A little modification....(BLIZZ ABS PRE-MENÚ & ST CMS - Hybrid moded
Post by: elmangakac on April 15, 2010, 02:30:39 am
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


Title: Re: A little modification....(BLIZZ ABS PRE-MENÚ & ST CMS - Hybrid moded
Post by: nathmatt on April 15, 2010, 12:41:12 pm
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
Title: Re: A little modification....(BLIZZ ABS PRE-MENÚ & ST CMS - Hybrid moded
Post by: elmangakac on April 15, 2010, 03:56:22 pm
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)
Title: Re: A little modification....(BLIZZ ABS PRE-MENÚ & ST CMS - Hybrid moded
Post by: nathmatt on April 15, 2010, 04:39:26 pm
look where its says class something put what the something is .new so if it says class Option_Menú

put $scene = Option_Menú.new
Title: Re: A little modification....(BLIZZ ABS PRE-MENÚ & ST CMS - Hybrid moded
Post by: elmangakac on April 16, 2010, 05:32:32 pm
 :^_^': 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  :(
Title: Re: A little modification....(BLIZZ ABS PRE-MENÚ & ST CMS - Hybrid moded
Post by: nathmatt on April 20, 2010, 03:19:34 pm
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