Try opening the console (` key by default), clicking on the NPC in question, and typing “resetAI”. That should reset the NPC’s AI and hopefully unstick her. If that doesn’t work, you can try “recycleactor”, but that may have side effects. The character will show up at their default position.
How do I enable NPCs in Skyrim?
Make a save game first, and then in the game, open up the console by pressing ~ , then click on Mirabelle Ervine. Her RefID (0001C1B9) should show up in the screen. If the RefID is correct (meaning you have selected Mirabelle correctly, and not another object), type disable and then enable .
How do you summon NPC commands?
The player can summon an NPC in Bedrock Edition by either using the command /summon npc or /give @s spawn_egg 1 51 . The name of an NPC remains visible from a distance, even through walls. Zoglins, withers and vindicators named Johnny attempt to attack NPCs.
How do you target NPCs in Skyrim console?
You may also target an NPC or object in the console by clicking on them, and then run command to affect the NPC or object.
How do you fix a naked NPC in Skyrim?
To fix the naked NPCs on current saves do the following:
- Find the NPC .
- Open the console ( ~ key )
- Click on the NPC to display its Base ID.
- Type in resetinventory …..(For example: resetinventory 0008774F)
- Hit Enter and the command will run.
- Close the console and the NPC should be fixed.
How do you spawn a NPC?
To create NPCs, open your inventory (type E) and add a Spawn Egg to your inventory. Place the Spawn Egg to create an NPC. To program an NPC, right click the NPC to bring up the customize screen. In this screen, you can change the name, displayed text and skin.
What do you need to know about NPC click?
NPC Click Commands. One of the common things Citizens users want is the ability to have NPCs run a command when right-clicked. This is available within Citizens via the “/npc command” command. For details, refer to /npc help command .
What’s the best way to control an NPC command?
Other ways you can control /npc command include: /npc command permissions x.y.z to attach temporary permissions to the player (generally don’t use this, instead use -o or just execute as-server) /npc command add -l somethinghere to make the command respond to left clicks (punch/attack). Note that this may not work if PvP is disabled.
How to make an NPC speak to the player?
To make an NPC command that causes an NPC to speak to the player (if you don’t need the full options of the NPC command feature, just use /npc text instead), you can do: /npc command add “npc speak MESSAGE HERE –target –id ”
How do I remove a command from NPC?
To remove a command, first type just /npc command to see the list of currently attached commands with ID numbers. If you have for example a command with ID 0, you can then type /npc command remove 0 .