A little modification....(BLIZZ ABS PRE-MENÚ & ST CMS - Hybrid moded

Started by elmangakac, April 15, 2010, 02:30:39 am

Previous topic - Next topic

elmangakac

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



for ST CMS - Hybrid moded Script option menú...




Please.... i know that you can help me T_T



nathmatt

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
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


elmangakac

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)

nathmatt

look where its says class something put what the something is .new so if it says class Option_Menú

put $scene = Option_Menú.new
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


elmangakac

 :^_^': 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  :(

nathmatt

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
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script