TheFalloutPro1 Posted November 9, 2012 Share Posted November 9, 2012 Hey,I would like to learn something about scripting because i am making a mod :)I want to make a character disappear and appear with using an ingame pc terminal.Do you know a situation in the game where a character disappears suddenly/ appears suddenly in the game?If so i could find the script in the GECK and learn from it ;))Thx for your help!! Link to comment Share on other sites More sharing options...
CaptMitch Posted November 9, 2012 Share Posted November 9, 2012 (edited) Hey,I would like to learn something about scripting because i am making a mod :)I want to make a character disappear and appear with using an ingame pc terminal.Do you know a situation in the game where a character disappears suddenly/ appears suddenly in the game?If so i could find the script in the GECK and learn from it ;))Thx for your help!! TheNpcRef.Disable .... Makes the npc will dissapearandTheNpcRef.Enable .... Makes the npc will appear. or TheNpcREF.MoveTo (REF)or TheNpcREF.MoveToWithFade (REF) I would recommend using the enable / disable Edited November 9, 2012 by Capt Mitch Link to comment Share on other sites More sharing options...
TheFalloutPro1 Posted November 9, 2012 Author Share Posted November 9, 2012 Hey,I would like to learn something about scripting because i am making a mod :)I want to make a character disappear and appear with using an ingame pc terminal.Do you know a situation in the game where a character disappears suddenly/ appears suddenly in the game?If so i could find the script in the GECK and learn from it ;))Thx for your help!! TheNpcRef.Disable .... Makes the npc will dissapearandTheNpcRef.Enable .... Makes the npc will appear. or TheNpcREF.MoveTo (REF)or TheNpcREF.MoveToWithFade (REF) I would recommend using the enable / disable Thank you very much!! Do you mean the Reference of the Npc in the Render Window? :)) Link to comment Share on other sites More sharing options...
CaptMitch Posted November 12, 2012 Share Posted November 12, 2012 Yes Link to comment Share on other sites More sharing options...
Recommended Posts