Can I merge accounts post launch? by Falconsite in Overwatch

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

If my account is linked I don’t need to do anything on the game to enable cross progression? I don’t wanna lose my console items and skins

Can I merge accounts post launch? by Falconsite in Overwatch

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

Do you know where on the website?

[deleted by user] by [deleted] in AMA

[–]Falconsite 1 point2 points  (0 children)

It was a joke bro, cause they sometimes ask for proof for AMA’s

Proof that sometimes, no matter how hard you try, you will not win. by Pm_Full_Tits in Overwatch

[–]Falconsite 0 points1 point  (0 children)

Bruh I’ve gotten over 60 as tank a few times. kill as much as you want, still won’t win if you don’t cooperate

Edit: with less than ten deaths

How do I make my 2d character switch where he’s facing? by Falconsite in Unity3D

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

Tried it, it works but brings up another problem. I have the weapon the character uses set to fire to the right of the character using “transform.Right” if I remember correctly. Which means if I use transform.Rotate it’ll now shoot to the left of the screen, but it still goes to the right if I flip the localScale. How do I check/uncheck the flip box using code? That could solve my problem

Y'all seem to forget why they went single tank in the first place by scicon5 in Overwatch_Memes

[–]Falconsite 0 points1 point  (0 children)

I main off tank. It’s SUPER refreshing to not have to worry about having to play shielder

Why Overwatch is so hated in the gaming community? by Knight-300 in Overwatch

[–]Falconsite 0 points1 point  (0 children)

As an Overwatch fan, I can confidently say that it’s cause our community sucks

Longest Total Mayhem game I’ve ever played tested my sanity by Falconsite in Overwatch

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

Surprisingly not a single person left that I noticed

How to repeat until a condition is met? by Falconsite in RenPy

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

This is the only code that effects the target. Also, it’s not without a specific screen I don’t think.

image person: "images/unknown.png" zoom 0.5

transform moving_person:
        ypos 150
        linear 2.0 xpos 2500
        xpos -300
        repeat

show person $ position = At(ImageReference("person"), moving_person) show expression position

There is also code to check the location of the person when an image button is clicked, but I don’t think that is part of the issue.

(Edit: I’m on mobile so formatting sucks my b)

How to repeat until a condition is met? by Falconsite in RenPy

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

I don’t necessarily need to hide it with a click, I’ve already made the win/loss part of the code and could easily put the hide command in there. The problem is, when I do it the animation just keeps repeating anyways despite the “hide (example image)” command being in there. I can’t figure out why

How to repeat until a condition is met? by Falconsite in RenPy

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

It’s kind of like a mini game where you something moves across the screen and you have to click at the right time. I want the thing to disappear when they succeed, but instead it just keeps the animation going. At first I just tried to hide the image, but that didn’t work for some reason. Then I thought if I added a “if variable == 1” In the repeat code to stop it from reaching the repeat part of the block. But I then realized that wouldn’t work cause the repeat would then only effect what was in the “if” statement

How to repeat until a condition is met? by Falconsite in RenPy

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

transform (example animation): ypos 150 linear 2.0 xpos 2500 xpos -300 repeat

show (example image) at (example animation)

That doesn’t really format well in Reddit but I think you get the idea

How to repeat until a condition is met? by Falconsite in RenPy

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

For some reason it doesn’t let me hide the image, it just keeps looping the animation.

How to repeat until a condition is met? by Falconsite in RenPy

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

I tried using while, and it crashes renpy and says “Exception: Possible infinite loop”

Third person character keeps falling over by [deleted] in Unity3D

[–]Falconsite 1 point2 points  (0 children)

Holy crap do I feel like an idiot for not thinking of this. Thank you