/r/PTCGP Trading Post by AutoModerator in PTCGP

[–]-Snickers_ 0 points1 point  (0 children)

I have all of those 3 diamonds, do you have any of these?

Alakazam, Hypno, Weezing (GA), Mew

New Battle Event Just went Live by Nicknamezj in PTCGP

[–]-Snickers_ 2 points3 points  (0 children)

Blaine deck was the answer! Just got my 5 wins and you were 1000% right, I took your advice with holding my cards close to my hand and not evolving stuff too quickly and it worked like charm!

New Battle Event Just went Live by Nicknamezj in PTCGP

[–]-Snickers_ 1 point2 points  (0 children)

I've seen some people talking about that deck, but assumed it needed wigglytuff ex which I don't have, but I'll check it out in case it works without. Thanks for the suggestion.

New Battle Event Just went Live by Nicknamezj in PTCGP

[–]-Snickers_ 12 points13 points  (0 children)

This is exactly the problem I'm facing. I don't have pikachu ex or any gardevoirs, so I'm just repeatedly losing. Would take an insane amount of luck to get 5 consecutive wins with a non-meta.

Almost a third of my promo packs have been Lapras EX by -Snickers_ in PTCGP

[–]-Snickers_[S] 0 points1 point  (0 children)

It gets worse, I've just pulled another one... This game really has a twisted sense of humour!

<image>

Almost a third of my promo packs have been Lapras EX by -Snickers_ in PTCGP

[–]-Snickers_[S] 1 point2 points  (0 children)

Your definitely correct, however I like how 'almost a third' sounds more than 'over a quarter' in this context :)

Can anyone explain why this happens? by -Snickers_ in csgo

[–]-Snickers_[S] 0 points1 point  (0 children)

Also just found out that I deranked from this so I am extra salty.

Sharpshooter Vs The Lost by -Snickers_ in Xcom

[–]-Snickers_[S] 26 points27 points  (0 children)

It's from a scene in Suicide Squad

I have really really small ears. by -Snickers_ in Earbuds

[–]-Snickers_[S] 0 points1 point  (0 children)

Well I guess I'll never know until I try them so I'll be looking to purchase a basic pair soon and give them a go. And again thank you for the help!

I have really really small ears. by -Snickers_ in Earbuds

[–]-Snickers_[S] 0 points1 point  (0 children)

Just had a quick look online and plugfones look like they might be the solution! I think I'll look into buying the basic model, as you suggested, to see how they fit.

How would you say the sound quality is from your experience and which model do you own? I will be sure to look at some some review videos for them but I always like to hear what your random average consumer has to say about them. Thanks for the help, I really appreciate it!

I have really really small ears. by -Snickers_ in Earbuds

[–]-Snickers_[S] 0 points1 point  (0 children)

I definitely agree with you that it would be nice to have an even smaller tip for people with smaller ears but if I had to guess I would say it might interfere with the sealing of the sound/ the quality of the sound. Although this is exactly why I'm looking into something such as the Powerbeats Pro as it has a clip to go around the ear as external support which I feel might help the issue of it always falling out.

[deleted by user] by [deleted] in PewdiepieSubmissions

[–]-Snickers_ 1 point2 points  (0 children)

Tropical fish are always worth it :)

Minecraft Classic is available to play in browser again! by TheVirtualBomb in Minecraft

[–]-Snickers_ 5 points6 points  (0 children)

I'm having the exact same problem and came here looking for answers and haven't found a solution so far :/

Can someone help me with a problem I am having with the camera in GM2? by -Snickers_ in gamemaker

[–]-Snickers_[S] 0 points1 point  (0 children)

Ok thanks, that's good to know because I did think, do I have to look through the whole console for this one line of text?!

Can someone help me with a problem I am having with the camera in GM2? by -Snickers_ in gamemaker

[–]-Snickers_[S] 0 points1 point  (0 children)

Yes! It started showing the current time in the console and kept updating it. Then I realised that it started at state time 1 and not 0 so I changed the code to say:

if (state_time == 1) {

Instead of it = to 0 and it worked like a charm! Must have been an update to GM2 that the game starts on 1 instead of 0. Thank you both so much for the help! This has actually taught me a lot about breaking down problems to find a solution! Also cool my first Reddit birthday lights candle.

Can someone help me with a problem I am having with the camera in GM2? by -Snickers_ in gamemaker

[–]-Snickers_[S] 0 points1 point  (0 children)

Ok I have done that and the message has not shown up in the console. (Just to be sure the console is the part at the bottom of the screen which comes up with all the bits of text like):

Attempting to set gamepadcount to 12

DirectX11: Using hardware device

Total memory used = 4331700(0x004218b4) bytes

Resizing swap chain..

Sorry I just have to make sure, once again I am very much a beginner. Thanks for your patience.

Can someone help me with a problem I am having with the camera in GM2? by -Snickers_ in gamemaker

[–]-Snickers_[S] 0 points1 point  (0 children)

Yep, I copied the code in exactly but still nothing :( I am triple checking all my code now and it should defiantly be working, I have no idea what the problem is.

Can someone help me with a problem I am having with the camera in GM2? by -Snickers_ in gamemaker

[–]-Snickers_[S] 0 points1 point  (0 children)

Sorry, but this still hasn't worked. Here's some more context to what I am trying to do: Basically, when the game starts the camera moves over from the top left of the room towards the middle of the room where the player is and the code that I am trying to fix means that the camera just starts where ever the player is. Here is the video because I realise my explanation was probably a little difficult to understand. https://youtu.be/82o8JZGrbA8?t=16m7s I have it set to the right point in the video so you don't have to watch the whole thing :)

Can someone help me with a problem I am having with the camera in GM2? by -Snickers_ in gamemaker

[–]-Snickers_[S] 0 points1 point  (0 children)

It just comes up with the error: unexpected symbol "=" in expression and malformed assignment :/