Hey! If you know how to do this, let me know, mine right now, seems… broken:
So I got an ELIM, no new gadget:
Hey! If you know how to do this, let me know, mine right now, seems… broken:
So what you’re trying to do is level up the player’s gadget every time they eliminate someone, correct? But you don’t want to give them another gadget, you want to take a gadget away and replace it with a better one.
As I can see, the block code at the end is for the activity feed, notifying everyone that __ got gadget __?
Yes yeah, so I want it to like… take away the same gadget they are on, which is why there are two for the middle one bc they only have 3 so they cant LOSE the third one but the first one it like the same as middle.
I need it to take way the one they using then give new one
For the sake of simplicity I will use 4 gadgets
You will need:
1 Lifecycle, I counter, I property, I trigger, 6 item granters
Wire a Lifecycle to the counter. Lifecycle: Player knocks out → (increment counter) Counter: Starting value = 0, Count Scope = Player, Update Property = Yes (Name: Gadget)
Property Settings:
Trigger: Scope = Player, Trigger when receiving on: trigger
Blocks: When triggered…
Now every time you KO a player or a sentry, your gadget will be taken away and upgraded
Oh. I think the channel names are messed up or something
Thanks I am trying now!
@ShadowDragon44
Hey so I did this and started with no gadget?
Oh sorry, I assumed you would already have that set in place. Use a Starting Inventory Device and set the Item to Grant a Rare Blaster
kk thx :)))))))))))))))))
Did this work?
Mind showing me your system? It worked for me.
Preferably the settings in each device please and thank you.
Why don’t you use lifecycle when player knocks out → Increment a counter for every gadget upgrade (Each one with the target as the number of ko’s you need for the next gadget) Maybe I am not understanding something but that seems simpler and more memory efficient ![]()
Sorry I got ridda that method bc shadow is showing me how to fix and use less space
You forgot to put a negative sign in front of some of the digits, you could go back and check my post if you’d like, or use Fulcrum’s lovely suggestion.
okay got it
lemme try