I have a problem with Taryn's Weapon Ammunition System by DerVVulfman.
Baisically, I have a set of Bows, and I want them all to use the same quiver, and all to be able to have the same arrows in them.
Here are the variables;
The other scripts i am using are;
So I'm not using the other battle systems that came with the demo
My Problem is this:
When I select the quiver (Item 16) I can't use the selector. It comes up with the window of arrows, but doesn't let me select which arrows I can use. It just sits there. I can press escape and play the game, but not select the arrows to load into the quiver.
If anyone can help, that'd be great
Baisically, I have a set of Bows, and I want them all to use the same quiver, and all to be able to have the same arrows in them.
Here are the variables;
Code:
# Weapon / Clip Assignment Array
AMMO_TYPE = {28 => 16, 29 => 16, 30 => 16, 31 => 16, 32 => 16, 33 => 16,
34 => 16, 35 => 16, 36 => 16, 37 => 16, 38 => 16}
# Weapon Empty SE Array
AMMO_EMPTY = {16 => "104-Attack16"}
# Weapon ReFill SE Array
AMMO_FILL = {16 => "004-System04"}
# Clip Max Fill Array
AMMO_CLIP_LIMIT = {16 => 30}
# Clip's Ammo Available Array
AMMO_CLIP_TYPE = {16 => [17, 18, 19, 20, 21, 22] }
# If true, weapon is loaded when the ammo is chosen in the ammo window.
AMMO_AUTOLOAD = true
# If true, the Weapon ReFill SE will play in menu
AMMO_AUTO_SE = true
# Connected Attacking Adaptation Switch
RTAB_CONNECTED = false
The other scripts i am using are;
- SDK Part 1
- Carnival Strength test
- Blackjack
- Ccoa's UMS
- Ccoa's Advanced Weather
- PrexCraft
- Gradient bars
So I'm not using the other battle systems that came with the demo
My Problem is this:
When I select the quiver (Item 16) I can't use the selector. It comes up with the window of arrows, but doesn't let me select which arrows I can use. It just sits there. I can press escape and play the game, but not select the arrows to load into the quiver.
If anyone can help, that'd be great