MarkSilard Posted October 11, 2013 Share Posted October 11, 2013 (edited) I'm making my mod with space travels in wich Tamriel is just another planet in galaxy. I tried to script my spaceship to fire on other ship when activated, but spell efect "shockball" just appeared in front of my ship and stand there. It can't move forward to target. I tried to dislocate my ship mesh on y-axis in Nifscope because in first, spell efect was made inside of ship and i thought it can't get out but it seems it does not move at all. You can hear a sound of efect constantly but fireball just not moving. (Running original Morrowind + Tribunal only, no other mods included)This is script: begin shipshootif (menumode==0) if (onActivate==1) cast, "shockball", "enemyship1" endifendifend shipshoot There is a picture : I tried to use NPC as target too but same thing.Anyone has some idea what I am doing wrong? You can find about my mod at: http://www.moddb.com/mods/rogue-strikes-back Edited October 11, 2013 by MarkSilard Link to comment Share on other sites More sharing options...
MarkSilard Posted October 12, 2013 Author Share Posted October 12, 2013 It was some bug in my system. After restarting my PC everything works fine. Link to comment Share on other sites More sharing options...
Recommended Posts