Expand If Statistic node to allow checking hp, sp, xp, skill points, etc
(Adapted from Windows code)
This commit is contained in:
@@ -447,6 +447,8 @@ enum eSkill {
|
||||
SKILL_ASSASSINATION = 16,
|
||||
SKILL_POISON = 17,
|
||||
SKILL_LUCK = 18,
|
||||
SKILL_MAX_HP = 19,
|
||||
SKILL_MAX_SP = 20,
|
||||
};
|
||||
|
||||
/* adven[i].traits */ //complete
|
||||
|
Reference in New Issue
Block a user