• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Solved

Moj mistrz

Monster Creator
Joined
Feb 1, 2008
Messages
932
Solutions
10
Reaction score
295
Location
Poland
As the title says. How to make tile check for multiple item ids?
I've got this:
Code:
Tile(pos):getItemById(SOME IDS HERE)
What to do next? I've made many combinations, but none worked. I've tried with isInArray, but with no results(prolly used it wrong).

Any help is appreciated :).
 
Tile(pos):getItems()
This probably return table with all items on this position. Now all you have to do is check for specific item using loop
 
Back
Top