Experience flags
Detailed Description
This is used in the exp functions - basically what to do if the player doesn't have the skill he should get exp in.
Define Documentation
#define SK_EXP_ADD_SKILL 0 |
Give the player the skill.
Definition at line 103 of file skills.h.
Player gets nothing.
Definition at line 105 of file skills.h.
Give player exp to total, no skill.
Definition at line 104 of file skills.h.
#define SK_SUBTRACT_SKILL_EXP 3 |
Used when removing exp.
Definition at line 106 of file skills.h.