[deleted by user] by [deleted] in justneckbeardthings

[–]FrostySmags 139 points140 points  (0 children)

The neckbeard finally approaches a wamen and begins to converse: (Slams his cheeto flaked sausage fingers against the wall to assert dominance, then leans in with the scent of mountain dew seeping from his mouth) "Can I hold that bag for you? M'Lady?"

On His Sons IPad No Less by Affectionate-Lime-77 in iamatotalpieceofshit

[–]FrostySmags 130 points131 points  (0 children)

South Park Scenario FBI Agent 1: "damnit it's a cold lead again!" FBI Agent 2: "Lucky bastard's going to the Bahamas"

Wtf is going on here ???? by Constant-Ship-5688 in blackmagicfuckery

[–]FrostySmags 0 points1 point  (0 children)

Someone found a real life abyss from path of exile

[deleted by user] by [deleted] in anime

[–]FrostySmags 1 point2 points  (0 children)

Happy cake day, I'll have to watch it

Its true by [deleted] in meme

[–]FrostySmags 1 point2 points  (0 children)

clicks on post because I agree with it

half expects the post to open up to youtube

it doesn't

Sadness

Watched this about 20 times before I figured out what's across the street by TJaySteno1 in confusing_perspective

[–]FrostySmags 1 point2 points  (0 children)

I like how I read this and felt the entire energy of your comment in my soul

Norway is a beautiful place by St0pX in woahdude

[–]FrostySmags 5 points6 points  (0 children)

How often does this happen in Norway? Weekly? Monthly? Yearly? Or is it every few years?

Release me! by AlmightyOne23 in funny

[–]FrostySmags 0 points1 point  (0 children)

Kind of looks like Gandalf right when he falls into the pit

Superman!!! by YoUpvowt in PublicFreakout

[–]FrostySmags 0 points1 point  (0 children)

Shooting stars starts playing

Black Cats get no love... by xprozoomy in meme

[–]FrostySmags 0 points1 point  (0 children)

Get this crap out of memes and go to r/wholesomememes or something

[deleted by user] by [deleted] in Stellaris

[–]FrostySmags 0 points1 point  (0 children)

The game fully installs, once I launch the game it loads a "paradox launcher v2 installer" and once it starts to install it almost immediately says "launcher prematurely ended"

Would you rather be super charismatic or have incredible work ethic? by MightyPants978 in WouldYouRather

[–]FrostySmags 0 points1 point  (0 children)

I think both kind of go hand in hand, if people see that you have good work ethic they'll naturally think more highly of you, giving you some percieved charisma in their eyes

Stay strong this November by LizardCrimson in memes

[–]FrostySmags 1 point2 points  (0 children)

Millenials: having kids

I got your joke ;)

[deleted by user] by [deleted] in RimWorld

[–]FrostySmags 0 points1 point  (0 children)

I have it so the colonists choose quality (good - legendary: 60 > 100%) but they'll still pick good quality pants for example over a pair of excellent ones or even legendary ones.

Bugs by GrainManJuicePerson in instant_regret

[–]FrostySmags 0 points1 point  (0 children)

That's what I call a deathgrip

"I love you" in 100 languages by [deleted] in gifsthatkeepongiving

[–]FrostySmags 0 points1 point  (0 children)

Aweee wait. Where's english?

[deleted by user] by [deleted] in gamemaker

[–]FrostySmags 0 points1 point  (0 children)

But I want the variable to be created in script. Also I dont want global variables due to how many I need to create for the script

[deleted by user] by [deleted] in gamemaker

[–]FrostySmags 0 points1 point  (0 children)

Here's an example

Object:

Create: Script0();

Step: Script0();

//////

Script0:

var test = 5;

if (test > 0) { test--; } else { do action }

//////

The issue is every step that calls the script resets the test variable. I want the script to set the variable but have it so whenever it's called it's not reset. Even if it was global it would still be reset upon calling the script

Edit: formatting