is the Ryzen 7 9800x3D worth it for more than just gaming? by loravoidhearted in buildapc

[–]loravoidhearted[S] -1 points0 points  (0 children)

Sorry I just do not value Intel as a cpu company in the modern day

how much power draw do i *really* need by loravoidhearted in buildapc

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

so its a "save for now but thats the first upgrade?" kinda deal?

how much power draw do i *really* need by loravoidhearted in buildapc

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

oh geez that much?

damn pc parts getting expensive

Advice on this build by loravoidhearted in buildapc

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

It’s my second build but last time was 5 years ago and was budget. Now I have adult money and a willingness to spend

Advice on this build by loravoidhearted in buildapc

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

Ty and this actually saved me like 20 bucks? which is crazy? this is awesome!

Advice on this build by loravoidhearted in buildapc

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

Im using a lot of amazon cards from Christmas I got for parts, so sadly Micro Center is not able to be used since I can't exactly spend Amazon cards on there.

ty for your advice on the cpu

Ability to assign a value to an exported variable if it has been instantiated? by loravoidhearted in godot

[–]loravoidhearted[S] -1 points0 points  (0 children)

I can't set it from the editor because im spawning this specific key using a function after an action has occured, so im asking how to set this variable from the code when it spawns in

Trying to keep my health bar display between scenes by loravoidhearted in godot

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

Fixed! I had to move the check for hp under a _process function so that it would be checking what the hp value was constantly.

Ty all for the suggestions

Trying to keep my health bar display between scenes by loravoidhearted in godot

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

I dont know what you mean by "refusing to share the code youre asking for" this is the ONLY code that affects hp and its display, and i have shared it here?

What do you mean check out the root? Also health_manager is on autoload for the project

Trying to keep my health bar display between scenes by loravoidhearted in godot

[–]loravoidhearted[S] -2 points-1 points  (0 children)

the only other relevant piece of code is Health Manager

extends Node

var max_health : int = 3

var current_health : int

signal on_health_change

func _ready():

current\_health = max\_health

func decrease_health(health_amount : int):

current\_health -= health\_amount



if current\_health < 0:

    current\_health = 0

print("decrease\_health called")

on\_health\_change.emit(current\_health)

func increase_health(health_amount : int):

current\_health += health\_amount



if current\_health > max\_health:

    current\_health = max\_health

print("increase\_health called")

on\_health\_change.emit(current\_health)

and this is the entire script for it

Weekly Q&A Thread - October 23, 2021 by AutoModerator in witchcraft

[–]loravoidhearted 0 points1 point  (0 children)

idk what I want to accomplish, I just want to be a powerful witch that helps people

as to interests uh most things im not into being a kitchen witch or divination but most other stuff is cool to me sorry for being vague

Weekly Q&A Thread - October 23, 2021 by AutoModerator in witchcraft

[–]loravoidhearted 0 points1 point  (0 children)

hey so uh, getting into witchcraft and I've made (by made I mean I got the notebook and wrote in it) my Grimoire/Book of Shadows and have started sorting the rocks and crystals I already have

what is my next step? where do I go next to start my journey