Magictibiaman
New Member
- Joined
- May 25, 2009
- Messages
- 371
- Reaction score
- 0
spike1 = {x = x, y = y, z = z, stackpos=1}
getspike1 = getThingfromPos(spike1)
if getspike.itemid == 4995 then
is that correct if i want to see if a spike is present at my given position
getspike1 = getThingfromPos(spike1)
if getspike.itemid == 4995 then
is that correct if i want to see if a spike is present at my given position