I am interested in using a random pickup system for a racing game (kinda like Mariokart).
The pickup boxes have been setup but it is just the getting the functions setup.
Your link is not showing properly / not working.
Should be working now
drive.google.com/drive/folders ... XpWTGd1cFU
mcscooter Unfortunately the link is still showing in shortened form, making it impossible to open the file
Develop games in your browser. Powerful, performant & highly capable.
Sorry for the inconvenience. Should all be up and working now. Just backspace between the and //
https://
mcscooter
Not sure I understand correctly what you want to do, but hopefully this helps:
https://www.dropbox.com/s/411qk3nk40cmq ... .capx?dl=0
An easy way i know is:
Give your item to pick up a variable (powers) set it to number.
Car on collision with object item set variable powers : choose(0,1,2,3,4)
On item choose=0 give player power 0
On item choose=1 give player power 1
And so on.....