#How to make loot crates ?For example if I interact to the crateIt will open a inventory with a ran
1 messages · Page 1 of 1 (latest)
Firstly you will need the create
Put an UI that the player can interact when he touch the create
After that u can use to make the script when open the create % add to player
Something like that
To make the delay just put the interact delay
I have another question is it possible players can spawn randomly in map?
it is possible
How?
When main actor starts
Set self x,y to pick random 0 to system map width - 1, pick random 0 to system map height - 1
This is for 4x engine
your gonna have to do the coordinates
@marsh hazel
you can tell the coordinates at the end of the map so dw there will be numbers
but for 3x engine when setting the coordinates you can just click on the tile.
You can just use pick random
When starting
Set x,y = (pick random 16 to 18),(pick random 9 to 14)