Question please help
bobtheturtle
Member Posts: 226
HI,
I have a store set up and a main character in my game. My question is, If I purchase a new gun in that store, how do I make the character start the game with that new gun?
FACT
(The old gun shoots slowly and the new gun shoots faster.)
Basically, I need to make my character customizable. If you need more info please ask, I will respond immediately.
Thank you for your time.
I have a store set up and a main character in my game. My question is, If I purchase a new gun in that store, how do I make the character start the game with that new gun?
FACT
(The old gun shoots slowly and the new gun shoots faster.)
Basically, I need to make my character customizable. If you need more info please ask, I will respond immediately.
Thank you for your time.
Comments
if attribute 'gun' = 2 change image to gun1
if attribute 'gun' = 1 change image to gun2
every attribute 'gun' seconds spawn bullet.
hope I explained enough good luck!
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮
Essentially swapping actors, but if you intend for the gun image to stay the same, you can just change the behavior of the gun's function using attributes.
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮