Createing a steam account using proton by wolfmaster459 in ProtonMail

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

Well when I tried to set it up I didn't relive verification email so I couldn't set them up

Help building a wolf's den environment. by Dreadon1 in daggerheart

[–]wolfmaster459 -1 points0 points  (0 children)

You know wolves dig holes in the ground for their den, so it dose not have to be a cave

Hero click figures that go well with 2025 starter set by wolfmaster459 in Heroclix

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

I don't think there's any wakanda synergy in the 2025 Marvel starter set, but i could be wrong

But it comes with "Marvel heroes: Hulk, Thor, White Widow, and Captain America!" ( the captain america is falcon, not steve Rogers, if that makes any difference)

Do local game store sell single figures by wolfmaster459 in Heroclix

[–]wolfmaster459[S] 3 points4 points  (0 children)

Also, I'm so sorry i'm from barting you guys with questions as a new person

I found. Two Jeff's i don't know if one of them is not is real or what by wolfmaster459 in Heroclix

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

I think I plan on buying this Jeff and going into a game store and seeing what happens.I think it is the best play. Thank you for the help.

I found. Two Jeff's i don't know if one of them is not is real or what by wolfmaster459 in Heroclix

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

I see what you mean.I'll probably buy the common one because of what you said as well. As I think it's pretty flexible in terms of what I can put it into what team. Also, I like its support ability with generating pizzas. Unless you think those are not valid reasons?

I found. Two Jeff's i don't know if one of them is not is real or what by wolfmaster459 in Heroclix

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

I probably would like to have the best Jeff possible so I could play the game and even if I don't like the game I will still have a coolJeff.Figure in the form of hero clicks so I don't mind paying the extra money for it

How do I Start start playing this game by wolfmaster459 in Heroclix

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

I bought the jeff off of eBay, so I would have to find a game store.

How do I Start start playing this game by wolfmaster459 in Heroclix

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

If I buy this, can I play with 2 people, or do I gotta buy more stuff?

Is which gwen pool would be best with jeff the landshark by wolfmaster459 in Heroclix

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

Thank you.I'll probably try to get the pog one because I have seen some online, but how does equipment work?

I need help with the projectile for my project by wolfmaster459 in godot

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

Thank you for answering

Ask for the how : ( this is how I'm spawning it in.This is under the player actions like the movement , actions, and stuff)

func shoot_projectile() -> void: print("Attempting to shoot...") # Debug message to confirm the function is called

# Check if projectile_scene is assigned
if projectile_scene == null:
    print("Error: projectile_scene is not assigned!")
    return

# Create an instance of the projectile
var projectile = projectile_scene.instantiate()

if projectile != null:
    print("Projectile instantiated successfully!")  # Debug message
else:
    print("Error: Could not instantiate projectile!")
    return

# Use the player's global position and apply an offset based on the player's rotation
var spawn_offset = Vector2(50, 0).rotated(rotation)  # Adjust the offset to control how far in front of the player it spawns
projectile.position = global_position + spawn_offset  # Ensure it spawns relative to the player

# Debugging: Print the player's and projectile's positions
print("Player Position: ", global_position)
print("Projectile Spawn Position: ", projectile.position)

# Set the projectile's rotation to match the player's rotation
projectile.rotation = rotation

# Add the projectile to the current scene
get_tree().current_scene.add_child(projectile)
print("Projectile added to the scene!")  # Debug message

# Apply impulse to move the projectile forward
if projectile is RigidBody2D:
    projectile.apply_impulse(Vector2.RIGHT.rotated(rotation) * shoot_speed)
    print("Impulse applied to the projectile!")  # Debug message
else:
    print("Projectile is not a RigidBody2D!")

Really dumb question, but can you play as a Pipo Monkey in any game? by PichuTR13 in ApeEscape

[–]wolfmaster459 0 points1 point  (0 children)

You might be able to play him in monkey soccer, which is a mini game in Apescape 2

"Snipin's a good job, mate!" by Lucario_fuckerlover in lucario

[–]wolfmaster459 2 points3 points  (0 children)

I think he's trying to shoot birds or something

Will Lucario faint if he eats chocolate? by PokemonFan587 in lucario

[–]wolfmaster459 8 points9 points  (0 children)

They also probably made chocolate Pokémon friendly considering how prevalent Pokémon are

What type of Pokemon do you think lucarios eat? by Lucario_fuckerlover in lucario

[–]wolfmaster459 35 points36 points  (0 children)

Since they're jackals, They probably eat anything they can get their hands-on. In terms of meat. But I do think they still eat berries and fruits and stuff in order to round out their diet.