TobyFox2002
Well-known member
Trying to create a bootstrap that will add the special qualities granted by an item power to the heroes special list.
Proof against transmutation:
Bootstrap condition:
This doesn't work is there a way to do this? Or is it a lost cause.
Also is there way to connect item powers or special materials to magic weapons and armors so I don't have to code them each individually.
Proof against transmutation:
Code:
if (container.parent.field[gIsEquip].value <> 0) then
container.parent.field[hTotal].value = 1
endif
Bootstrap condition:
Code:
container.parent.fieldval:hTotal = 1
This doesn't work is there a way to do this? Or is it a lost cause.
Also is there way to connect item powers or special materials to magic weapons and armors so I don't have to code them each individually.