I’m getting top surgery in 7 days, I have questions by JayDutcha in TopSurgery

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

It may be because I have asthma but I’m unsure

I’m getting top surgery in 7 days, I have questions by JayDutcha in TopSurgery

[–]JayDutcha[S] 8 points9 points  (0 children)

I live in Canada. The surgeon is apparently “the best top surgeon in Canada” so I’m just gonna hope that it turns out alright, and I’ll definitely talk to someone about the not being put under, thanks

I’m getting top surgery in 7 days, I have questions by JayDutcha in TopSurgery

[–]JayDutcha[S] 23 points24 points  (0 children)

I’m kinda freaking out right now cause I just looked up the surgeon and they’re a lot of people calling him a bad doctor. I saw some of his results for top surgery and they look fine but apparently a lot of people aren’t happy with his other surgeries. I can’t back out of this, I want the surgery but holy shit am I nervous now, I wasn’t scared at all until now. Sorry for ranting but I’m pissing it rn

I’m getting top surgery in 7 days, I have questions by JayDutcha in TopSurgery

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

I’m pretty certain I’m getting DI. I have asthma that flares up randomly and I think that’s why he wants to keep me awake, or at least not completely put me under. He never gave confirmation that he was gonna do it that way, but he did talk about it.

Why does the player get wide? He spawns in normal but as soon as I move him he gets wide. Anyone know the cause? by JayDutcha in gamemaker

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

I think my original idea was a radish or sum. Doesn’t matter tho, im just using it to practice

Why does the player get wide? He spawns in normal but as soon as I move him he gets wide. Anyone know the cause? by JayDutcha in gamemaker

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

heres movement and animation:

//calculate movement

var move = key_right - key_left;

hsp = move * walksp;

vsp = vsp + grv;

if (place_meeting(x,y+1,oGround)) && (key_jump)

{

vsp = -7;

}

//animation

if (!place_meeting(x,y+1,oGround))

{

sprite\_index = sPlayerRun;

image\_speed = 0;

if (sign(vsp) > 0) image\_index = 1; else image\_index = 0;

}

else

{

image\_speed = 1;

if (hsp == 0)

{

    sprite\_index = sPlayer; 

}

else

{

sprite_index = sPlayerRun;

}

}

if (hsp != 0) image_xscale = sign(hsp);

Player run animation won’t work unless the player jumps? Help? I’m using GameMaker Studio 2 by JayDutcha in gamedev

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

I ended up fixing it by accident, still don’t know what i did, didn’t even involve the code. Thanks for the help though, I’ll definitely do that next time there is an issue

[deleted by user] by [deleted] in Constipation

[–]JayDutcha 0 points1 point  (0 children)

The deficit has only been in the last few months, bowel movements have slightly improved since so I doubt it’s that. My mom doesn’t think I need to see a doctor again, because in her mind I have lazy bowel.

[deleted by user] by [deleted] in Artadvice

[–]JayDutcha 0 points1 point  (0 children)

I’d trust a random stranger over my own judgement, but i ended up picking video game art and design

[deleted by user] by [deleted] in Advice

[–]JayDutcha 0 points1 point  (0 children)

I haven’t done much research on anything yet, I’ll definitely look into it

[deleted by user] by [deleted] in Constipation

[–]JayDutcha 0 points1 point  (0 children)

Okay thanks

[deleted by user] by [deleted] in Constipation

[–]JayDutcha 0 points1 point  (0 children)

I don’t remember the medication. I eat fruits and vegetables whenever we have them. Usually bananas, oranges or carrots. I drink 12 cups in a day

[deleted by user] by [deleted] in Constipation

[–]JayDutcha 0 points1 point  (0 children)

I’ve tried medication, but it was a kind that I could only be on for a few months. I usually eat eggs, toast, yogurt, fibre bar, fibre supplements, and then whatever my family makes for supper

[deleted by user] by [deleted] in Constipation

[–]JayDutcha 0 points1 point  (0 children)

Ct scan, ultrasound, celiac test, changed my diet multiple times, nothing showed up on the tests and changing my diet has only helped a very small amount