rubim Posted August 3, 2012 Share Posted August 3, 2012 We cant edit the actual script related to the skill bats, but what we can do, is add another script that makes the BatCount==0 (Global). Its not optimal, i just dont know how to do that. Can someone do that for me or point me? Basicaly everytime the player actor uses "Bats", it will get to 0. Link to comment Share on other sites More sharing options...
Thynar Posted August 3, 2012 Share Posted August 3, 2012 We cant edit the actual script related to the skill bats, but what we can do, is add another script that makes the BatCount==0 (Global). Its not optimal, i just dont know how to do that. Can someone do that for me or point me? Basicaly everytime the player actor uses "Bats", it will get to 0. http://forums.nexusmods.com/index.php?/topic/458238-this-forum-is-not-for-mod-requests/ I'd say you should make something like an Amulet of Talos that decreases the cooldown on your own, would be easier but I have played a vampire lord yet Link to comment Share on other sites More sharing options...
DavidD Posted August 3, 2012 Share Posted August 3, 2012 First of all you should learn the difference between == and =. If you use = you set a variable: var five = 5 If you use == you check a variable's value: if(five == 4) Link to comment Share on other sites More sharing options...
Recommended Posts