Difference between revisions of "Sleep (Procedure)"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Catwheezle
(Added "see also" section items.)
imported>Bot Owned
(Added Notes on using Procedure on the Player)
Line 9: Line 9:


|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.
*When this procedure is used on the player, it will act as though it is a npc (This goes for all Procedures as they are considers NPC activations and not Player Activations) therefore no sleep ui is shown and instead the player will get onto the bed and play the sleeping animation. Activating the bed while on it(Even while in PlayerAIDriven mode) will instead of showing the sleep ui, cause the player to get up and off the bed.
*Currently there is a Sleep Animation bug on the player when a sleep animation plays on the player their eyes become fused shut (Even after leaving the animation). Saving and Reloading seems to fix this issue also using the ShowRaceMenu console command seems to fix it too.
*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.
*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.



Revision as of 00:25, 28 April 2013

Behavior

Description:
Walk to a bed and sleep there.

The procedure completes:
Never completes.

Parameters

  • Target (Target): Specifies where to sleep

                                     

Notes

  • When this procedure is used on the player, it will act as though it is a npc (This goes for all Procedures as they are considers NPC activations and not Player Activations) therefore no sleep ui is shown and instead the player will get onto the bed and play the sleeping animation. Activating the bed while on it(Even while in PlayerAIDriven mode) will instead of showing the sleep ui, cause the player to get up and off the bed.
  • Currently there is a Sleep Animation bug on the player when a sleep animation plays on the player their eyes become fused shut (Even after leaving the animation). Saving and Reloading seems to fix this issue also using the ShowRaceMenu console command seems to fix it too.
  • 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