macro.pwn 72 B

12
  1. #define IsValidSkin(%0) \
  2. ( %0 >= 0 && %0 < MAX_SKINS && %0 != 74 )