StartCannibal - Actor
Revision as of 01:57, 16 February 2012 by imported>Catwheezle (Added "see also" section items.)
Member of: Actor Script
Has the actor feed on a dead actor
Syntax
Function StartCannibal(Actor akTarget) native
Parameters
- akTarget: Who is going to be eaten.
Return Value
None.
Examples
; Have player eat Fred
Game.GetPlayer().StartCannibal(Fred);
See Also
- Actor Script
- Eat (Procedure) for more palatable fare.
- HasBeenEaten conditional function.