mystickdreamer

Untitled

Dec 11th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.37 KB | None | 0 0
  1. #define GET_SKILL_RANK(ch, skill)       ((ch)->player.skills[skill][0])
  2. #define GET_SKILL_XP(ch, skill)         ((ch)->player.skills[skill][1])
  3. #define SET_SKILL(ch, skill, val)           (ch)->player.skills[skill][0] = val
  4. #define SET_SKILL_XP(ch, skill, val)           (ch)->player.skills[skill][1] = val
  5.  
  6. #define GET_SKILL(ch, skill)            (ch)->player.skills[skill]
Advertisement
Add Comment
Please, Sign In to add comment