thesweeney Posted July 16, 2010 Share Posted July 16, 2010 I'm working on a mod and it would be very helpful if someone could tell me how to move a creature to a NPC that I have casted a spell on. aaatestzombie.moveto x What do I put where the x is to get the zombie to move to the NPC? I have the rest of the script working so this is the only problem. Thanks in advance to anyone who can help me. Link to comment Share on other sites More sharing options...
slygothmog Posted July 16, 2010 Share Posted July 16, 2010 The problem is the NPC could be anywhere in relation to the player, i would use aaatestzombie.moveto player 0, 100, 0This will place the zombie directly in front of the player, you will need to play around with the coordinates to see wich suits you best. Link to comment Share on other sites More sharing options...
slygothmog Posted July 16, 2010 Share Posted July 16, 2010 double post, sorry... You could make a spell that adds a token to the NPC, and the token summons the zombie in front of them. Link to comment Share on other sites More sharing options...
thesweeney Posted July 16, 2010 Author Share Posted July 16, 2010 Good idea but how do I make the zombie then summon in front of them? Link to comment Share on other sites More sharing options...
slygothmog Posted July 16, 2010 Share Posted July 16, 2010 That will take some work...It's late, i'm drunk o_O n will get back to you later. It require OBSE, it's the only way i know how to do that. Link to comment Share on other sites More sharing options...
thesweeney Posted July 16, 2010 Author Share Posted July 16, 2010 I have OBSE so thats no problem. Link to comment Share on other sites More sharing options...
thesweeney Posted July 17, 2010 Author Share Posted July 17, 2010 I've decided to change the spell to touch because that means the NPC will be in front of the player when the spell is cast so it should work with just aaatestzombie.moveto player 0, 100, 0 Link to comment Share on other sites More sharing options...
Recommended Posts