Package | Description |
---|---|
skyproc |
Modifier and Type | Method and Description |
---|---|
static RACE |
NiftyFunc.genSafeScriptAttachingRace(ScriptRef script,
RACE raceToDup,
java.lang.String uniqueID)
A common way to attach scripts to NPCs that normally cannot have scripts
attached
(Any NPC that is referenced by a LVLN) is to give a racial spell to them that has a magic effect that has the desired script. This function streamlines the process and gives you a duplicate race which will attach the desired script. You can then set it to be the target NPCs race. |
Modifier and Type | Method and Description |
---|---|
GRUP<RACE> |
Mod.getRaces() |
Modifier and Type | Method and Description |
---|---|
void |
RACE.copyAttackData(RACE rhs) |
static RACE |
NiftyFunc.genSafeScriptAttachingRace(ScriptRef script,
RACE raceToDup,
java.lang.String uniqueID)
A common way to attach scripts to NPCs that normally cannot have scripts
attached
(Any NPC that is referenced by a LVLN) is to give a racial spell to them that has a magic effect that has the desired script. This function streamlines the process and gives you a duplicate race which will attach the desired script. You can then set it to be the target NPCs race. |