This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

StartCannibal - Actor

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Has the actor feed on a dead actor

Syntax[edit | edit source]

Function StartCannibal(Actor akTarget) native

Parameters[edit | edit source]

  • akTarget: Who is going to be eaten.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Have player eat Fred
Game.GetPlayer().StartCannibal(Fred);

See Also[edit | edit source]