ArdentFlame Posted February 12, 2017 Share Posted February 12, 2017 I'm not really asking for help, I'm more just curious if anyone else has ever encountered this strange anomaly. Base IDs on NPCs often don't work depending on what the base ID of the NPC starts with. If the NPC's ID starts with a letter (like Lydia a2c94) then the commands will work. If the ID starts with a digit (like Brelyna 1c1a4) it won't work. For example, the "1c1a4.moveto player" won't work. It will fail every time. When trying to use commands on Brelyna you will often get errors like "not a recognized script" or "uknown variable." You can use any type of console command on Lydia and it will work though. This is bizarre, and I don't understand it. Has anyone else ever recognized this? Link to comment Share on other sites More sharing options...
cdcooley Posted February 12, 2017 Share Posted February 12, 2017 Yes, you can either use PRID first like this: PRID 1c1a4 MoveTo Player or you can put quotes around the id like this: "1c1a4".MoveTo Player Link to comment Share on other sites More sharing options...
ArdentFlame Posted February 15, 2017 Author Share Posted February 15, 2017 Wow, I don't know how I've never learned that trick. Tried it and it works. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts