Adding speed rather than setting speed? [RESOLVED]

With lots of blocks, if & and statements specifically

Josh and Jeff did it in CTF and Tag: Domination.
I think you could just make a speed property and use a bunch of if statements.
Or you could make it so that you can only buy a speed upgrade after you buy the lower ones.

Yeah, I think the way they did it was by just making four speed levels and setting them whenevery the palyer buys the updgrade

you can use a counter and then when you buy from a vending machine it increases it by 1 and then have two or more counters, each with different target values, and each activates a different speed modifier, so like if you bought once, it would be 1.1 speed, and twice would be 1.2 speed, instead of connecting to a speed modifier immediately

1 Like

So what I’ve done is create a property for the amount of speed, then I broadcast fishspeed[speed property] and when that gets broadcasted, it gets received by the corresponding speed modifier, therefore setting the speed at the correct amount.

I’ll mark this as resolved in the title

… erm why wont it let me edit the post?

I think you can only edit it in a certain amount of time after you post it

you can only edit if it was posted within 24 hours I think

Just make a property for speed and add to it whenever the player buys from the vending machine. Let me know if you need more help.

This wont work due to me needing multiple in any order, but ive already solved it (it wont let me edit the post for some reason). Thanks for trying!

It will, just use the addition block.

@Cameron_Sharer
@Blackhole927
I am first in topics and posts read!!! Yes my life goals have been accomplished.

Maybe also first in time read too

I don’t know if anyone said this, but you make a transmit on channel vending machine, then make however many tiers of upgrades you want, and create a counter for each one. Then, wire all the counters to a player speed modifier set to player and set all of the counters to player. Then set their goals for how many upgrades you made EX: 6, 1,2,3,4,5,6. Every time someone purchases the upgrade the counters should go up and you should be able to get consecutive upgrades.

I said that

extra

:melting_face: Oops, sorry about that. I didn’t know as I’m just tired of reading through everyone’s guides just so I can see whether or not someone had the same idea as me.

it’s fine i got the quote badge for that anyways

also I guess ill get the link one too: FishTopia No-Wait Power-Up! Also totally not trying to get people to click on my thing lol.

Have a single vending machine that can be bought multiple times. Upon buying it, run a wire pulse block that sends a message on the channel “current speed” + “10% of current speed”. Then just fill out every possible channel of the concatenation with a appropriate speed modifier

2 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.