Difference between revisions of "StartCannibal - Actor"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
(No difference)
|
Revision as of 15:27, 18 October 2011
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);