setgore

From Arx Libertatis Wiki
Revision as of 14:59, 26 June 2022 by Ds (talk | contribs) (Created page with "{{ScriptCommandPage |description=disable dismemberment |context=npc |parameters= enable bool Should the player be able to cut off body parts of NPC |intro=<br> By default, powerful blows by the player can sever limbs or the head of a dead or dying NPC if the mesh has <code>cut_larm</code>, <code>cut_rarm</code>, <code>cut_lleg</code>, <code>cut_rleg</code>, <code>cut_head</code> or <code>cut_torso</code> selections defined. This command disables that...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The setgore script command is used to disable dismemberment for an NPC.

By default, powerful blows by the player can sever limbs or the head of a dead or dying NPC if the mesh has cut_larm, cut_rarm, cut_lleg, cut_rleg, cut_head or cut_torso selections defined. This command disables that for the calling entity.

Usage

setgore <enable>

Context: NPCs

Parameters:

ParameterTypeDescription
enable bool Should the player be able to cut off body parts of NPC