• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

I wanna use a rune on a wall with an action

Capaverde

New Member
Joined
Sep 30, 2007
Messages
107
Reaction score
4
but I keep getting item2.itemid = 0, item2.uid = 0 and topos = 31 31 7 instead of the position where the wall is

what can I do? I tried setting blockwalls="0" and nothing changes

- - - Updated - - -

it seems the internalgetthing from the sources doesn't work
so I changed it so that when item2 is null it gives a null thing but still gives the topos, instead of a non-setted pos (31,31,7)
then I used getThingfromPos with the topos in the script and got the wall, using the same stackpos

very strange
 
Back
Top