- Joined
- Jan 11, 2014
- Messages
- 659
- Reaction score
- 192
- First Language
- English
- Primarily Uses
- RMMZ
TDW Equip Actor Restriction - v 1.00
wrigty12
Intro - Allows you to have Weapons/Armors only be equippable by certain Actors.Features -
- Have as many Actor Restrictions for each Weapon or Armor as you want, using names or ID numbers.
How To Use - Simply download, place in your js file, and install!
Parameters - None.
Note Tags -
Place the following tags in Armor or Weapon note boxes:
<actorRestriction: x>
Restricts the equip to only be equipped by actor with ID of x.
<actorRestriction: x y z>
Restricts the equip to only be equipped by actor with ID of x, y, and z.
You can place as many ID's in the tag, as long as they are all integers and
have spaces between them.
<actorRestriction: Bob>
Restricts the equip to only be equipped by actor named Bob.
<actorRestriction: Bob Mary Joe>
Restricts the equip to only be equipped by actors named Bob, Mary, and Joe.
You can place as many names in the tag, as long as they are all single words
and have spaces between them.
You can also do any combination of names and ID numbers, as long as there are spaces between each.
Example:
<actorRestriction: Bob 1 Joe 3> will work just fine for actors Bob and Joe, as well as actors with
ids of 1 and 3.
<actorRestriction: x>
Restricts the equip to only be equipped by actor with ID of x.
<actorRestriction: x y z>
Restricts the equip to only be equipped by actor with ID of x, y, and z.
You can place as many ID's in the tag, as long as they are all integers and
have spaces between them.
<actorRestriction: Bob>
Restricts the equip to only be equipped by actor named Bob.
<actorRestriction: Bob Mary Joe>
Restricts the equip to only be equipped by actors named Bob, Mary, and Joe.
You can place as many names in the tag, as long as they are all single words
and have spaces between them.
You can also do any combination of names and ID numbers, as long as there are spaces between each.
Example:
<actorRestriction: Bob 1 Joe 3> will work just fine for actors Bob and Joe, as well as actors with
ids of 1 and 3.
Terms of Use - Free for commercial and non-commercial use. Feel free to credit: wrigty12 or Tyler Wright
Download - Link Here
Note - I am a beginner in the ways of making plug-ins and in JavaScript. If there is anything you see wrong, could be improved, or bugs you find, just let me know.