Can you mind trick one NPC and make another then go an press a button (using a script)?
Also, how (using a script) can you get an npc to stand still and ignore all enemies, even when they attack them, and not die ever (guards)?
Out of idle curiosity, how does this work IF the situation were real?
Are you wanting to mind trick like an enemy leader and then he would tell one of his minions to open the door?
You can do it by giving the to-be-mindtricked NPC a mindtrickscript that affects the other NPC to do as you would like him to do. That's no problem, and it's very easy. Just remember to set the mindtrickscript to null, since you can have undesirable results if you forget that.
Set the dude to cinematic behavior_state, and he will surely forget pretty much everything going on around him... :rolleyes: Or you can turn off various booleans like ingore enemies, ignore alerts and such. Take away his weapon... Just turn off everything that might look useful. It might still not work, but you can try.
or.. you could click 'cutscene' in GTK radiant for that specific NPC ;) then later on tell it to fight... or whatever you want.
It was gonna be a guard. But the building that it was guarding could be locked form the inside, so i wanted to beable to mind trick the guard to make a guard inside open it up.