Jump to content

How can you make a character disappear suddenly in the GECK?


TheFalloutPro1

Recommended Posts

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

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 dissapear

and

TheNpcRef.Enable .... Makes the npc will appear.

 

or TheNpcREF.MoveTo (REF)

or TheNpcREF.MoveToWithFade (REF)

 

I would recommend using the enable / disable

Edited by Capt Mitch
Link to comment
Share on other sites

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 dissapear

and

TheNpcRef.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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...