• 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!

Lua Stackpos problem again

TGYoshi

In space
Joined
Aug 20, 2010
Messages
1,107
Reaction score
121
Location
In space
My code part:

Lua:
local t = getThingFromPos({x=p.x,y=p.y,z=p.z,stackpos=1})

If there is a player at the position, it get's the player, otherwise, it gets the stackpos 1 item.

I don't want it to find the player, ONLY the stackpos item.
Is there any way I can plainly ignore creatures on the pos?


Fixed
 
Last edited:
Back
Top