Change Inventory Commands Name Mid-Game

Finneess

Villager
Member
Joined
Jul 29, 2019
Messages
15
Reaction score
4
First Language
Spanish
Primarily Uses
RMVXA
Introduction
This little script allows the user to change multiple of the commands names of the inventory just by activating a switch.

Screenshots
upload_2019-8-1_17-8-27.pngupload_2019-8-1_17-9-14.pngupload_2019-8-1_17-9-36.png

Instructions
To install just copy/paste it below Materials and above Main. Let it be said, any script that alters how the items menu behaves may have compatibility issues.

Script
class Window_ItemCategory < Window_HorzCommand
def make_command_list
if !$game_switches[28] #switch id, 28 by default
add_command("Items", :item) # item's name by default
add_command("Weapons", :weapon) # weapon's name by default
add_command("Armors", :armor) # armor's name by default
add_command("Key Items", :key_item) # key item's name by default
else
add_command("Stuff", :item) # item's new name upon using switch
add_command("Magic?", :weapon) # weapon's name upon using switch
add_command("Songs", :armor) # armor's name upon using switch
add_command("Important", :key_item) # key item's name upon using switch
end
end
end

Terms of Use

You are free to use the script for both commercial and non-commercial games, as long as I recibe proper credit. Don't really care about reposts, yet I'd prefer to people just giving a link to this thread in case of any update.
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,083
Members
137,583
Latest member
write2dgray
Top