socksftw Posted April 24, 2008 Share Posted April 24, 2008 I am trying to make a new faction, and in the second quest I am trying to make a messenger see you in your sleep. So, I go to the NPC part in the object window, and make a new NPC via the "Edit another NPC, change ID and then make new form" method. I then place him in a dummy cell. Now onto the script. I'm fine up till the part when i move the reference. I try: "TOorderMessengerRef.Moveto Player 15" after all of the If things. I try to save, but then it says "Unknown script command TOorderMessangerRef.MoveTo" and then it doesn't let me save it. I then try this with other NPCs and it works >.< Is there something I need to do before i can make them a reference? Thanks Link to comment Share on other sites More sharing options...
Vagrant0 Posted April 24, 2008 Share Posted April 24, 2008 I try: "TOorderMessengerRef.Moveto Player 15" after all of the If things. I try to save, but then it says "Unknown script command TOorderMessangerRef.MoveTo" and then it doesn't let me save it.Is TOorderMessengerref the named and persistant reference that was placed within the cell? The other problem could be that you're putting "15" in there. It should be ".moveto player" or ".moveto player, 15, 0, 0". Those commas should always be included. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.