Save-Point
Individual Equipment Fix - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Individual Equipment Fix (/thread-2400.html)



Individual Equipment Fix - syvkal - 03-08-2008

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.


Individual Equipment Fix - Archeia - 10-24-2009

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 :)