Jump to content

Anyone know how to script a sex scene witha custom companion at the lucky38?


CyrianWarlord666

Recommended Posts

The "fade to black" is called an "ApplyImageSpaceModifier" or "IMOD" (Imagespace Modifier). The command is (in the GameMode block) a simple:

imod FadeToBlackPermanent

and later (often in another script waiting for a condition to be set) followed by a similar:

imod <IMODEffectName>

where <IMODEffectName> is the name of either an existing "FadeIn" effect from the GECK (such as "FadeInFromBlack4sISFX") or one you create. The "FadeIn" has a duration that determines how slowly it fades from black to normal lighting. Modifiers are created in the editor using the Imagespace Modifier form found in the "World" menu, or from "Special Effects -> Imagespace Modifiers" in the "Object Window".

 

Because "imods" have a duration, you can just put the "post sex dialog" line in your script after the "Fade in", or set up a timer conditional to delay it further.

 

-Dubious-

Link to comment
Share on other sites

  • Recently Browsing   0 members

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