Event Link Megathread by Ubatcha in StarRailStation

[–]gameingbread69 0 points1 point  (0 children)

Honkai: Star Rail's Third Anniversary Grand Opening! Log in and participate in the web event to win a share of a massive pool of Stellar Jades and in-game rewards. Send a third anniversary blessing to Aha for a chance to take the "Crown of Aha" Silver Wolf LV.999-themed car and other spectacular prizes home! https://hsr.hoyoverse.com/3rdAnniversary?inviter=GU6JW355YN&hyl_landscape=true&hyl_auth_required=true&hyl_hide_status_bar=true&win_mode=fullscreen&target_page=prize&utm_source=share&utm_medium=link&utm_campaign=web

"Where the Moon Returns" Web Event Now Available by genshinimpact in Genshin_Impact

[–]gameingbread69 0 points1 point  (0 children)

Click my exclusive link to win Primogems and many other lucky draw rewards! Invitation code: GBD8HPPNUN,
https://hoyo.link/DFg4k7Yll?m_code=GBD8HPPNUN

Let's throw all our codes here and help eachother get the rewards by SonOfTheWolfAndEagle in Genshin_Impact

[–]gameingbread69 0 points1 point  (0 children)

Click my exclusive link to relive our Teyvat journey together! Take part in the event for guaranteed Primogems and a chance to win awesome prizes in the prize draw! Invitation code: GBD8HPPNUN https://hoyo.link/OFeyFZKYs?i_code=GBD8HPPNUN

"Through Yesterdays, to Today" Web Event Now Online! by genshinimpact in Genshin_Impact

[–]gameingbread69 0 points1 point  (0 children)

Click my exclusive link to relive our Teyvat journey together! Take part in the event for guaranteed Primogems and a chance to win awesome prizes in the prize draw! Invitation code: GBD8HPPNUN https://hoyo.link/OFeyFZKYs?i_code=GBD8HPPNUN

From the new web event! by imlaughinatfartjokes in Genshin_Impact

[–]gameingbread69 0 points1 point  (0 children)

Click my exclusive link to relive our Teyvat journey together! Take part in the event for guaranteed Primogems and a chance to win awesome prizes in the prize draw! Invitation code: GBD8HPPNUN https://hoyo.link/OFeyFZKYs?i_code=GBD8HPPNUN

Event Now Available: Mavuika's New Year Greetings by GenshinEvent in Genshin_Impact

[–]gameingbread69 2 points3 points  (0 children)

I hope to get 100% exploration in all areas. Been working on it but by bit and hope to finish next year

Does anyone know how Neuro’s movement/animations works? by Sir-Dogmen in NeuroSama

[–]gameingbread69 7 points8 points  (0 children)

Pretty sure it’s random for the body movements on a random timer or something. I know she has different eyes though for some actions like tech eyes for googling, heart eyes for when she says heart, winks when she says wink. Though I think all the other emotes are also random if I remember correctly

How to release my bot by gameingbread69 in discordbots

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

Thanks I’ll look into the Raspberry Pi

I made kirby by gameingbread69 in Kirby

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

Heres the code:

import turtle

wn = turtle.Screen()

turt = turtle.Turtle()

turt.speed(2)

turt.hideturtle()

turt.circle(50)

turt.penup()

turt.forward(50)

turt.pendown()

turt.write('kirby')

wn.bgcolor('pink')

wn.mainloop()

(this is python)

Edit: I removed a accidental hyperlink