macro.pwn 74 B

12
  1. #define IsValidMaterialIndex(%0) \
  2. (%0 >= 0 && %0 < MAX_OBJECT_INDEX)