How do you make it so if a property is a certain value for over a second it transmits on a channel?

Oki dokey! I’ll try finding a guide with this :3

1 Like

Maybe trying how to make a timer in a kormotian way. Can’t send the link cuz I’m on a tablet. Sry :<

How often does the property’s value change?

im using a live player counter so it really depends

You could have block code check every tenth of a second if the property is over 0. If it passes, add one to another counter (B) connected to a property. If it fails, reset the counter. When the B counter hits 10, broadcast on a channel that also resets the counter.

huh? can you send me a screenshot of everything bc im kinda confused i love ur games btw:)

Make a trigger that triggers itself every .1 seconds. It should both broadcast and receive on “loopPropCheck”. Make a checker that receives on “loopPropCheck” and checks if the property is equal to your value. If the check passes, make it broadcast on “addCount”. If it fails, make it broadcast on “resetCount”. Make a counter with a target of ten. It should increase on “addCount” and reset on “resetCount”. Make the counter broadcast on your channel when it reaches the target. Make the trigger deactivate from the counter’s target channel.

If you want to check this starting on a channel, make a trigger receive on the channel to start this 1 second check, then wire it to the original trigger to activate it. Make a wire repeater. Wire the starting trigger to the wire repeater and then the wire repeater to the repeating trigger to trigger it. Also wire the starting trigger to reset the counter.

1 Like

I won’t have access to GKC for at least a few days.

next time you put a screenshot, make sure to not include/ cover the game c0de

1 Like

Ah yes, the first thing I do when I see a 5 hour old post include a game code in an image is to go to the gimkit join page and enter that code in so I can enter a testing map with all permissions off.

5 Likes

ahh, yes, a five hour old code is definitely still active!
server lifetime doesn’t exist anymore, innit?

3 Likes

That’s what I was going to say ;-;

sorry i’m just saying:)

Also, slightly off-topic, but I think it would be more respectful of you to not include that quote in your bio- it’s just rude to other people’s lifestyles and will hurt them. Do you really want to be that person? The person known as one who is unsupportive of others in general? Probably not. If so, I would recommend removing it and replacing it with something more positive or neutral about yourself.
Thanks.

4 Likes

sry no problem:) anyways back on topic
i changed it
thx for this messege
let this be a message to all people

1 Like

Mark a solution?
Just wondering, why does it need to be at least 1 second?

Uhhh, was my suggestions helped you?

no sorry:(

1 Like

im using this guide, so when it resets, (the counter doesn’t show it) but it is at 0 for a tiny fraction of a second, so i need it to be 1 second so it can verify that it is out of players.
pls don’t critize me for being 6 hours late i was sleeping:)

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