Why does the block keep popping out?

What are you trying to do? I’ll try to make it more efficient.

Oops my bad… :person_facepalming: That’s embarassing

3 Likes

What you can do is have a property that updates using a specific formula every time to save on blocks and compare x and y to that property. Use a trigger loop or something to run the code again until it has run the amount of times you want it.

2 Likes

Can you give a screenshot?

Edit: Nvm I know you’re on vacation

1 Like

Lol. Getting a screenshot on gkc on a phone would be so annoying

2 Likes

I made a guide on looping code that could be useful.

Example:
Set x to get property x
Set y to get property y
If x > get property m and y > get property m
Do ________
Set property m
Value get property m + 10

And then a trigger loop constantly runs the code. Wired to a counter with target value of x that deactivates a trigger when target value reached. If you want the code to run the whole game just reset property m when target value of counter is reached.

1 Like

Not my intention, sorry. I meant that the block doesn’t like the number (not like i don’t like this but like it won’t accept it)

coordinate system of the entire map based off of a player coordinates device
I’m rounding it to 25 or 50 depending on memory and how efficient I can get this
you can do the 50(100 times) if its more convenient just need it to take as little blocks as possible

I was trying to make a more efficient way of making a coordinate system for the entire map

tell me when you have some ideas I need to eat
attention span is horrendous when I’m hungry

by the way
when I’m done should I make it into a guide?

Oh you can do x mod 25 and y mod 25 and then go off there. Use x mod 25 and y mod 25 as the grid coords.
image

1 Like

that would be good

What does that do?

1 Like

It gets the remainder of the x and y coordinates divided by 25. I think…

You could also do this:
image

The same thing has happened to me! This is probably not the best fix for it, but it’s my usual workaround. (@getrithekd 's way is probably better, but I posted this in case you wanted a different way)

will try that out later
I need to either update a property on broadcast on a channel depending on where you are

will update on what it does when I add it

Well I guess implanting mechanics for the entire map will have to wait

also @ClicClac do you still need that bio? I have it on my computer just never got it to you when I got blocked

Yes, in fact. I do still need the bio.

2 Likes

@ClicClac
I’m kinda tempted to leave “apparently the fox says nothing” but here’s what I wrote

bio:

The somewhat annoying shapeshifting fox
that appeared mysteriously after halloween,
who seems to have strange luck in racing. Is she cheating?
Probably but you’ll never prove it. -


you can change the lines up

1 Like

I added the code not sure if its working or not right now
now I just need it to be able to broadcast on a channel depending on where you are

inserting the rest of the code and I’ll write again
and need to google what mod means again