WeerW3ir Posted November 21, 2021 Share Posted November 21, 2021 (edited) can somebody help me with it? i do think i have the code for it. and i have created it. but what do i need to change to use that exact magickal ability? Scriptname AurFighting extends Actor spell property AuBoundSwordSP auto event OnCombatStateChanged(Actor akTarget, int aeCombatState)if(aeCombatState==1)AurBoundSwordSP.Cast(self, self)endifendevent i added this and well. my npc still not using the ability?what did i do wrong? im kinda noob for the scripting. and this would be my first. this is the original:Scriptname BoundWeaponCombat extends Actor spell property boundweapon auto event OnCombatStateChanged(Actor akTarget, int aeCombatState)if(aeCombatState==1)boundweapon.Cast(self, self)endifendevent Edited November 21, 2021 by WeerW3ir Link to comment Share on other sites More sharing options...
HeyYou Posted November 22, 2021 Share Posted November 22, 2021 Some falmer use bound weapons.... No idea how that was accomplished, but, might be worth taking a peek at. Link to comment Share on other sites More sharing options...
WeerW3ir Posted November 22, 2021 Author Share Posted November 22, 2021 Some falmer use bound weapons.... No idea how that was accomplished, but, might be worth taking a peek at.I tried that already. Not working. This is why i need the script. Link to comment Share on other sites More sharing options...
Recommended Posts