aChallenged1
Active Member
I have two swords that I want to be able to equip if I'm attacked when I have an instrument (I'm a bard), or no weapon in hand. I cannot for the life of me make it happen.
I can make an in game macro:
And that will work just fine. However, when I try to make a simple script to test it, I keep getting the response "That is an invalid equipment location."
Here's the snippet of code:
I've tried many things all to no avail. I could use some help.
Also looked at: http://www.isxgames.com/forums/showthread.php?t=1009&highlight=equip
I can make an in game macro:
Code:
/wear "Broken Shortsword"
/wear "Broken Dagger"
Here's the snippet of code:
Code:
function main()
{
VGExecute /wear "Broken Shortsword"
VGExecute /wear "Broken Dagger"
}
Also looked at: http://www.isxgames.com/forums/showthread.php?t=1009&highlight=equip
Last edited: