SetBeastForm - Game
Jump to navigation
Jump to search
Member of: Game Script
Informs the code that the player has entered or exited beast form. Disables / enables beast form controls and functionality.
Syntax[edit | edit source]
Function SetBeastForm(bool abEntering) native global
Parameters[edit | edit source]
- abEntering: True if entering beast form, false if exiting.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Force the player into beast form
Game.SetBeastForm(true)