Help with my dig it up map

I recently wanted to make a custom ‘dig it up’ map but i am having trouble making the height counter(i want it to be displayed on the screen) (i can’t veiw tutorials bc i cant view the screenshots for some reason) and i need help making a shop just like the permit and pickaxe vendors.

1 Like

To make the pickaxe shop there are 2 ways. First way(need season ticket) place a character down. Then use the dialogue device to make it speak and use an item granter and use it to remove the blocks you use to buy it from inventory by putting -1 or whatever amount and add a pickaxe. Second way(free version) place a sentry down and set it to team one so it doesnt attack. Then add a button near it. Make the button invisible in game. Wire that to a popup and make the call to action the pickaxes you can buy and use the item granter again and repeat the steps from the item granter part of way 1. This is the only way i know.
, otherwise idk how to do it.

1 Like

to make the height thingy just take a player coordinate device then have the Y-value be a property then have a game overlay with block code that says
set text | get property | Player Y-value

if you need help understanding this I can add pictures

1 Like

Get
1x Overlay Device
1x Player coordinate device
1x Property device

Property settings

Player Coordinate settings


Overlay settings and code

When it says which channel pick this one

Now write this code in the overlay

And you’re all done!

And for the shop thing just place a sentry that’s covered with invisible barriers like this


And make it a little decorative to make it look cool

3 Likes

hopefully these help