- Joined
- Jan 26, 2014
- Messages
- 1,281
- Reaction score
- 106
- First Language
- Irish
- Primarily Uses
- N/A
return DataManager.isItem(item) && item.itypeId === 1;On this block of code above, I noticed that I can check the item's type. However, I searched itypeID but I only see implementations of it. I want to learn how to add more types for my weapons, how do you do add more values to itypeID because normally it only has 1 and 2 as default when checked.
