You can find a Party Changing System here
http://rmrk.net/index.php/topic,7200.0.html (http://rmrk.net/index.php/topic,7200.0.html)
To remove save or change it to a different command...
Find these lines...
s1 = $data_system.words.item
s2 = $data_system.words.skill
s3 = $data_system.words.equip
s4 = "Status"
s5 = "Save"
s6 = "Exit"
Change Save to whatever you like or just remove that option completely...
make sure to change the options under this to (if they are s6 then change them to s5... or s7 to s6 etc)IF you have taken out the option completely
Then find this line segment underneath those lines...
[s1, s2, s3, s4, s5, s6]
If you have removed the option then change this to
[s1, s2, s3, s4, s5]
Find...
when 4 # ???
# ????????
if $game_system.save_disabled
# ??? SE ???
$game_system.se_play($data_system.buzzer_se)
return
end
# ?? SE ???
$game_system.se_play($data_system.decision_se)
# ??????????
$scene = Scene_Save.new
If you have taken out Save then delete these lines and change
when 5
to
when 4
if not then change it to
$game_system.se_play($data_system.decision_se)
$scene = !!!!!!!!!.new
Where !!!!!!!!! is the name of the script you want to call
As for everything else i'm completely clueless... sorry
I hope this helps ;)
Hmm you might have to tamper with the script for that matey...
As for the CMS, you might want to use Blizzard's Stormtronics CMS... that has the item menu you're looking for...but it doesn't have the 'mixture' ability... it has sort, but not 'mixture'...also i'm not sure how to add and remove commands for that CMS... sorry...
Also... I almost forgot >.<
After changing or removing the save option... find this line in Scene_Menu
if $game_system.save_disabled
# ?????????
@command_window.disable_item(4)
end
Remove those lines or change the 4 to a 0