StartCannibal - Actor
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
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);