I got the abs working fine, i set up the weapons and skills in the right categories, put all the ammunition items/graphics into the right places, set up the tilesets (terrain tag 1), but the ranged weapons and skills don't work.
heres the script:
yes, they are under the right headers, i just didn't include them
heres the script:
Code:
RANGE_WEAPONS[25] = ["Arrows", 5, 1, 35, 10, 7, 0]
RANGE_WEAPONS[26] = ["Arrows", 5, 1, 35, 12, 7, 0]
RANGE_WEAPONS[27] = ["Arrows", 5, 1, 35, 14, 7, 0]
RANGE_WEAPONS[28] = ["Arrows", 5, 1, 35, 16, 7, 0]
RANGE_WEAPONS[29] = ["Arrows", 5, 1, 35, 18, 7, 0]
RANGE_WEAPONS[30] = ["Extra Shuriken", 7, 1, 35, 7, 3, 0]
RANGE_SKILLS[1] = [10, 5, "Fire", 5, 1]
yes, they are under the right headers, i just didn't include them