In my mod i want my npc to teleport to a different cell after certain dialogue. I don't know how to script this though. Can anyone tell me what script to use? Lets assume npc name is "jim" and cell name is "bingo" and pos in cell is "1,1,1". Any help appreciated!
Edit: it doesn't specifically need to be teleport, i just want the npc to be moved from one cell to another. I figured this was possible?
You could just do this in the dialogue result field (also, give a spell to the actor that he/she can cast for added effect);
cast "my spell" player
Jim->PositionCell, xxxx, yyyy, zzz, deg, bingo
Goodbye
x,y,z, deg can be found by placing an object in the desired location of the cell.