I have run into a snag with the script. While it is in it's original condition, it works wonderfully. When I make the edits that I need, I get errors. Here is my current copy that I'm editing. I made the mistake of working in my original copy
http://www.box.net/shared/t5dvurgs65
My current nagging error is in Change Types Addon on line 88:
And the error is:
http://www.box.net/shared/t5dvurgs65
My current nagging error is in Change Types Addon on line 88:
Code:
elsif slot[0,1] == 'a'
# Set Armor(N) Id to Equip Id
eval("@armor#{armor_index}_id = equip_id")
# Increment Armor Index
armor_index += 1
end
Script 'Change Types Addon' line 88: ArgumentError Occured
Wrong number of Arguments (2 for 1)