Save-Point

Full Version: Individual Equipment Fix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
VX Individual Equipment Fix
Version: 1.0

Introduction

I was looking though VX's Missing Features again and decided that this shouldn't be too hard to do. And it wasn't ^_^

Features

Allows you to lock any equipment on any actor individually

Screenshots

Can't really take a screenshot....

Script

Script

Instructions

Put it under the Materials Section
Further instructions can be found in the script header.

Compatibility

Compatible with most things I hope. However, this script changes 'Scene_Equip's update_equip_selection command and 'Game_Party's add_actor command. However the small piece of coding can easily be added where you need it.
Bumping for something important 'w'b

I tried using the lock_equip thing but it doesn't exist, so if someone else wants to use this they have to input this instead $game_actors[actor_id].equip_fix(num) in a call script

I just thought I'll let you know :)