Difference between revisions of "Sleep (Procedure)"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Catwheezle
(Unsure how to make the player sleep. This *might* work, but does it pop up the dialog?)
imported>Catwheezle
(Added "see also" section and notes.)
Line 1: Line 1:
{{Procedures
{{Procedures
|Name=Sleep
|Name=Sleep
|Description=walk to a bed and sleep there.
|Description=Walk to a bed and sleep there.
|Completes=Never completes.
|Completes=Never completes.


Line 10: Line 10:
|Notes=
|Notes=
*Effect of performing this on the player is undocumented: it is unsure if it pops up the sleep/wait dialog, or whether it does nothing. Please use with care in that case, and document the results of your tests on this page.
*Effect of performing this on the player is undocumented: it is unsure if it pops up the sleep/wait dialog, or whether it does nothing. Please use with care in that case, and document the results of your tests on this page.
*There appears to be no documented way otherwise of causing the PC to sleep or wait, or of causing those dialogs to be presented to the player.


|SeeAlso=
*[[Wait - Utility]]
}}
}}

Revision as of 22:53, 14 February 2012

Behavior

Description:
Walk to a bed and sleep there.

The procedure completes:
Never completes.

Parameters

  • Target (Target): Specifies where to sleep

                                     

Notes

  • Effect of performing this on the player is undocumented: it is unsure if it pops up the sleep/wait dialog, or whether it does nothing. Please use with care in that case, and document the results of your tests on this page.
  • There appears to be no documented way otherwise of causing the PC to sleep or wait, or of causing those dialogs to be presented to the player.

See Also