macro.pwn 73 B

12
  1. #define IsValidBone(%0) \
  2. ( %0 >= MIN_BONE_ID && %0 <= MAX_BONE_ID )