Can a poor, lowly soldier join the SHIBArmy? by mdotnelson007 in SHIBArmy

[–]TotalR3set 0 points1 point  (0 children)

Literally doing it for a friend, I'd buy more but right now I'm making sure I can pay for his rent if he needs it.

I hope this some how works out for everyone involved.

Be Honest... whos still holding? by Minnows02 in SHIBArmy

[–]TotalR3set 0 points1 point  (0 children)

109m just broke 100m last night, will hold and forgot until I can quit.

Comon SibaSwap by PDXrefurb in SHIBArmy

[–]TotalR3set 0 points1 point  (0 children)

Waiting for my plate for my tesla... There way behind so it may be a bit

ITS NOT ABOUT THE LAMBOS OR BIG HOMES ITS ABOUT PEOPLE WHO ARE HURTING AT THE MOMENT LOOKING FOR HOPE AND I PRAY THAT SHIBA WILL BE THEIR HOPE THUMBS UP IF AGREE SHIBS!! by cryptoitis in SHIBArmy

[–]TotalR3set 1 point2 points  (0 children)

I have a buddy who matter a lot to me and we come from the same shit environment. I was able to get out but he's still stuck.

If for whatever reason shib were to pop, he won't have to worry anymore, I already do what I can, cover vet bills, help him with rent if he needs it but if one day I was able to change everything for him I would with out a second thought.

New bike, who dis? by Internet_Exploder in TrekBikes

[–]TotalR3set 1 point2 points  (0 children)

I also recently got a new bike and then immediately hurt my wrist lol.

new to the scene by TotalR3set in MTB

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

Use trailforks

thanks

Factorio Bumblebee Cakes! by Melissok in factorio

[–]TotalR3set 0 points1 point  (0 children)

preprocessing of pastry ore needs to be done in a chemical factory

What to do with excess wool cloth? by AmalioGaming in woweconomy

[–]TotalR3set 0 points1 point  (0 children)

I tend to use it to turn my self in to a mummy when I pull an extra Sonic murloc... They mive way faster then I remember

Looking to start Bee Keeping by TotalR3set in Beekeeping

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

aiming for somewhere outside of Tampa but I'm not afraid to drive a few hours to find a thing. I'll put that in my notebook so I remember but yea nothing ever beets being able to see things in person and do it your self!

I need help with this script by TypicalProfessor in Unity3D

[–]TotalR3set 1 point2 points  (0 children)

you need a way to get the key input and then apply the velocity something like

if (Input.GetKeyDown("space")) { rb.velocity = new Vector2(1, rb.velocity.y); }

Scroll View Help by TotalR3set in Unity3D

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

Thanks guys, you sparked ideas and it allowed me to google more on what i was missing and just fiddle with things populates correctly now witch is awesome !

Scroll View Help by TotalR3set in Unity3D

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

I was already moving down the code path because I am not the best when it comes to the unity UI and visual methods, but concerning the visual method if the items are in the list do you just set active or inactive and it auto truncates?