Disease RemoveDisease

From Dragon Age Toolset Wiki
Jump to: navigation, search

Removes a disease from a character

void Disease_RemoveDisease(
object oCharacter,
int nDiseaseID
);
Parameters:
oCharacter
the Creature to remove Disease from
nDiseaseID
the disease to remove
Returns:

Nothing.

Source:

Core Game Resources.sys_disease

Description

Removes a single disease from a single character. Disease effects are defined in the diseases 2da file.