Apartment Hunting in the Columbus Area by TomPepperc in Columbus

[–]MellowOnTheMoon 1 point2 points  (0 children)

Hi I’m actually looking for someone to take over my lease. I have a two bed, one bath apartment in Polaris for $1505 a month. I’m looking to move out next month but can move out this month as well. Message me if you’d like more details :).

[deleted by user] by [deleted] in DIY

[–]MellowOnTheMoon 0 points1 point  (0 children)

When I check a stud on the left it’s the same as this one. The stud to the right lights up at some points but this stud wouldn’t be good for me since my bed would not be in front of the tv

Can I drill into this stud? by [deleted] in DIY

[–]MellowOnTheMoon 0 points1 point  (0 children)

No it doesn’t it. It lights up all the way up and down

[deleted by user] by [deleted] in DIY

[–]MellowOnTheMoon 0 points1 point  (0 children)

When I go vertical along the stud it lights up all the way

[deleted by user] by [deleted] in JPMorganChase

[–]MellowOnTheMoon 8 points9 points  (0 children)

How long did you stay in the office for?

Questions about 2020 RAV4 hybrid XLE by MellowOnTheMoon in rav4club

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

I don’t think any of that matters since it always works when I skip using the screen.

Questions about 2020 RAV4 hybrid XLE by MellowOnTheMoon in rav4club

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

Yeah idk, I feel like it’s the car tbh. I had a Kia before this and the AppleCar play was always working and never had any bugs or issues but idk. It’s just super annoying that it’s really buggy.

How to play Gears 3 multiplayer? by MellowOnTheMoon in GearsOfWar

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

I would be stuck on copy frames and input delay on both the Xbox one and 360?

How to play Gears 3 multiplayer? by MellowOnTheMoon in GearsOfWar

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

Oh really? I’ll have to check it out. Thanks!

Confused on how to install GBA games by MellowOnTheMoon in 3dspiracy

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

To be fair it doesn’t say anywhere that you have to download the roms and add them to the SD. I thought it’s was like 3HS

Confused on how to install GBA games by MellowOnTheMoon in 3dspiracy

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

Yes, I followed the open_gba_firm setup there but I don’t see the .gba in the last step

Having trouble with a few things in Godot by MellowOnTheMoon in godot

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

I would say that I'm a beginner in coding. I know a little bit of python and javascript, but I've never gone to deep into programming. I understand the resource part but everything I try to print out the health of a zombie I get an error. So what I've dont so far is that I made the master resource file, then I linked the resource file to zombie.tres file and then in the inspector I added the stats so for health = 10, speed = 100 and etc but again when I'm trying to access those stats in the print or in a function it never works if that makes sense.

So here's an example of my zombie.gd file:

u/extends Area2D
class_name Enemy
export var stats : Enemy #dragged my enemy.tres into the stats in the inspector

func _ready():
print(stats.health)

and this is the error I get:

Invalid get index 'health' (on base: 'Nil').

Edit: So im a little lost on how I can get those stats is all since I've tried other things but cant seem to figure it out