cotgrove87 Posted September 12, 2017 Share Posted September 12, 2017 How do i get an npc to spawn when i finished talking a different npc? Link to comment Share on other sites More sharing options...
vforvic Posted September 15, 2017 Share Posted September 15, 2017 I would put it in the Result Script (End) at the end of the Dialogue. Put the NPC where you want it to spawn, be sure to give it a REF name and set it disabled. Then at the end of the Dialogue put something like the following in the Result Script (End). YourNPCsREFname.enable Link to comment Share on other sites More sharing options...
cotgrove87 Posted September 21, 2017 Author Share Posted September 21, 2017 I would put it in the Result Script (End) at the end of the Dialogue. Put the NPC where you want it to spawn, be sure to give it a REF name and set it disabled. Then at the end of the Dialogue put something like the following in the Result Script (End). YourNPCsREFname.enable Thanks Link to comment Share on other sites More sharing options...
Recommended Posts