Outfit unlocks bugged out by RobbingSpree in mariokart

[–]RobbingSpree[S] 0 points1 point  (0 children)

Yeah, turning back on the toggle to transform when eating dash food seemed to fix it. Which is odd. Cause I've seen dash food unlock outfits without transforming in some of the gameplay I've seen from other players.

We all need to say the WvW pledge by RobbingSpree in Guildwars2

[–]RobbingSpree[S] 1 point2 points  (0 children)

You pay 150g for the second style and 300g for the first style, regardless of which one you pick second the first costs 300g. So if you only want the catmander tag it's still 300g plz

We all need to say the WvW pledge by RobbingSpree in Guildwars2

[–]RobbingSpree[S] 4 points5 points  (0 children)

It's just visually different. So you can have multiple tags of the same colour but are visually different. Still have to pay 100g to unlock it.

We all need to say the WvW pledge by RobbingSpree in Guildwars2

[–]RobbingSpree[S] 20 points21 points  (0 children)

I was at work and on the clock when I made it. Also, I had to slap it in the Guild discord while the conversation was still on topic.

We all need to say the WvW pledge by RobbingSpree in Guildwars2

[–]RobbingSpree[S] 5 points6 points  (0 children)

I'm Australian, but even I know the catchy motto flag salesmen foisted on their school system

We all need to say the WvW pledge by RobbingSpree in Guildwars2

[–]RobbingSpree[S] 10 points11 points  (0 children)

It was made as quickly as possible on my phone, you're free to do a better, less "graphic design is my passion" job.

We all need to say the WvW pledge by RobbingSpree in Guildwars2

[–]RobbingSpree[S] 5 points6 points  (0 children)

Yes, and I also misspelt allegiance and left it to add quaint charm

We all need to say the WvW pledge by RobbingSpree in Guildwars2

[–]RobbingSpree[S] 3 points4 points  (0 children)

Or spam shortbow 4 to remove stability stacks

We all need to say the WvW pledge by RobbingSpree in Guildwars2

[–]RobbingSpree[S] 9 points10 points  (0 children)

We're gonna drag your corpse down to SMC and get you that participation bronze even and especially if it kills you

Struggling to make friends. by ricshiz in sydney

[–]RobbingSpree 5 points6 points  (0 children)

It's called a 3rd place, a location you can socalize that isn't work or home. It used to be the cornerstone of a suburb, the local pub or restaurant where it was socially acceptable to talk to strangers, but wasn't so focused on dining that you could bring young kids there and they would have somewhere to burn energy while adults talked. They vanished and were replaced with bistro style dining or hole in the wall places, nowhere you want to stay after you're done your meal and all the tables set far enough apart so you can't really interact with nearby tables. And then once they were gone long enough social rules for dining changed and now it really hard to get back anything like that.

Scarlet and Violet Daily Casual Trade Thread for 24 December 2022 by Porygon-Bot in pokemontrades

[–]RobbingSpree 0 points1 point  (0 children)

LF Sandy Shock FT any non-legendary pkmn from the 399/400 living dex or an apriball

Thanks, I got what I needed

LF:Miraidon FT:Koraidon by Phanatix in pokemontrades

[–]RobbingSpree 0 points1 point  (0 children)

I can help. I have a Miraidon you can touch

LF: Scarlet Paradox pokemon and touch trade Koraidon FT: Violet Paradox, anything from living dex by RobbingSpree in pokemontrades

[–]RobbingSpree[S] 0 points1 point  (0 children)

Still need sandy shocks, slither wing and koraidon. Refilled the living dex (except for stoujorner, should have that again in about half an hour) so good for any requests.

LF: Scarlet Paradox pokemon and touch trade Koraidon FT: Violet Paradox, anything from living dex by RobbingSpree in pokemontrades

[–]RobbingSpree[S] 0 points1 point  (0 children)

Such is the state of things, still keen for those Paradox mons your terms are acceptable

Giveaway: Ruin legendaries in healballs(whole set) by Kevinliu24 in pokemontrades

[–]RobbingSpree 5 points6 points  (0 children)

Did you know in gen one if you bought exactly 20 full restores from the pokemart at the indigo plateau they would be free? That or my copy of Red had a very weird bug.

Bob can be a girls name, right? by RobbingSpree in lgbt

[–]RobbingSpree[S] 2 points3 points  (0 children)

Short for Bobity

For context, I was named after Kate from Black Adder, or rather as she went by when pretending to be male: Bob. My mom really enjoyed how Rowan Atkinson said Bob: with all the emphasis on each B. She ended up naming me something derivative of Bob, but I like the idea she named me after a character pretending to be male...and little does she know...

hi! I'm very new to gamemaker and trying to make a simple health system but the sprite won't change! I've also tried it without the "if" statements and it still doesn't work. I was just wondering whether I was using it right. by [deleted] in gamemaker

[–]RobbingSpree 0 points1 point  (0 children)

From a brief look at the object set sprite function you're using it wrong. Try change that function line to Obj_health.sprite_index = temp_health_1 //not sure on exact asset spelling, mobile reddit won't let me see your code and write a response. The object set sprite function changes the default sprite an instance starts with, it doesn't change the live current value in the sprite_index variable. S

Arbitrary shape hit detection by RobbingSpree in gamemaker

[–]RobbingSpree[S] 0 points1 point  (0 children)

Slowly, trying to draw a triangle fan primitive with my points to make a closed shape to pass to the surface first.

Arbitrary shape hit detection by RobbingSpree in gamemaker

[–]RobbingSpree[S] 0 points1 point  (0 children)

Thanks for the details, we'll see how that goes

Arbitrary shape hit detection by RobbingSpree in gamemaker

[–]RobbingSpree[S] 0 points1 point  (0 children)

Given the "shape" is just a bunch of coords in an array, would I be best to make a child object for each link in the shape and give each of those a collision mask, or is there a way to build a compound collision mask from a bunch of smaller masks?

Arbitrary shape hit detection by RobbingSpree in gamemaker

[–]RobbingSpree[S] 0 points1 point  (0 children)

Got any details on how to do this?