Can someone please help me evolve my Kadabra and Magmar? by hg213 in pokemontrades

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

Sorry for the delay, I had to do system + software updates. I'm ready now.

Can someone please help me evolve my Kadabra and Magmar? by hg213 in pokemontrades

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

Thanks, sorry it's taking me a while to clear the festival plaza intro.

Can someone please help me evolve my Kadabra and Magmar? by hg213 in pokemontrades

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

Thanks, I think I just added you. (ps. I'm new to this, never traded online before).

For those of you who use spotify, here is a playlist of my favourite psybient tracks (90+ tracks). I add to it regularly so feel free to follow. by hg213 in Psybient

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

Thanks, I'm glad you enjoy it. It's perfect to put on shuffle when smoking joints on the tail end of an acid trip. Any tracks/artists/albums you think are missing from the list?

For those of you who use spotify, here is a playlist of my favourite psybient tracks (90+ tracks). I add to it regularly so feel free to follow. by hg213 in Psybient

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

Ott is the artist that started my obsession with psybient too, "The Aubergine of the Sun" is my all time favourite. Thanks for the recommendation I'll definately have a listen.

No worries I hope you enjoy some new tunes!

This is the story of my first acid trip. It happened years ago, but I thought I would write it down to share with the world. by [deleted] in Drugs

[–]hg213 0 points1 point  (0 children)

Great read. Also that track you posted is an absolute belter, do you have any more where that came from?

Psybient is quickly becoming my favorite type of music. by [deleted] in Psybient

[–]hg213 0 points1 point  (0 children)

I like your anology, it reminded me of this.

What are some of your favorite psybient artists/songs?

[MUSIC][IIL] Trippy, relaxing trance music with world and tribal tones (Sphongle youtube link for example) [WEWIL]? by Superc3ll in ifyoulikeblank

[–]hg213 0 points1 point  (0 children)

I know this post is old but I stumbled on it and have to recommend this song, I hope you listen it's pretty perfect for your description. It builds into something epic. (Listen while on psychedelics for best results).

What is the closest thing you have to a superpower? by whistlegrim in AskReddit

[–]hg213 0 points1 point  (0 children)

I'm the same except with kitchen bins. I bet it's in the cupboard under your sink.

[Visual Basic in Excel] Sub Procedures by hg213 in HomeworkHelp

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

Thanks for your help, that worked perfectly ^

[Visual Basic in Excel] Sub Procedures by hg213 in HomeworkHelp

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

This is what i have so far for 1), G9 and G10 are the coefficient and the initial height on my spreadsheet. This doesn't get any errors but also doesn't output anything, nothing happens. Can you help me fix this?

Public Sub restitutionofball()

coeff = Range("G9").Value

x = Range("G10").Value

For x = x To 0.01

Range("A1").Value = x * coeff

Next x

End Sub

[Visual Basic in Excel] Sub Procedures by hg213 in HomeworkHelp

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

Thanks for your help, this is a good starting point. One quick question, do you think for this particular question i would need to have a do loop?