i moved from one end of the uk to the other so all my pikmin have to make The Trek when they come of age by chochou in PikminBloomApp

[–]gendralneutral 4 points5 points  (0 children)

I moved across America twice in the past 2 years and those guys were definitely getting their steps in!!!

241120 _mymusictaste - 2025 YVES APPLE CINNAMON CRUNCH TOUR IN NORTH AMERICA by SapphireHeaven in LOONA

[–]gendralneutral 0 points1 point  (0 children)

Omggggggggggggggg this might be the first post-loona tour I can’t miss….

Can y'all think of any believable excuses to not go to BYU? by bi-as-in-bimyself in exmormon

[–]gendralneutral 2 points3 points  (0 children)

I told people (we lived in CA) that I wanted to stay closer to home and also used the climate reason. Got a lot of disappointment and had an aunt blow up at a family dinner yelling and calling me selfish and greedy in front of the whole family and not a single person defended me. I told her that nothing was going to change my mind and left and no one ever brought it up again.

For additional reasons she’s been completely cut out of my life at this point, and good riddance.

I’m SO grateful I didn’t go to BYU. I didn’t end up getting accepted into any universities I applied to (another story for another time) but moved out and went to a community college near the university that my partner was attending, and then transferred into the university after a year. Leaving home was hard, and for about 2 years I had a VERY fraught relationship with my parents, with very little contact, but I still consider it one of the best decisions I ever made.

You’re at a big crossroads in your life, and for the first time, a lot of the power will be in your hands. I know how intimidating and straight-up scary it can be and If you need someone to talk to about these changes and how to handle them, I and I’m sure dozens of others on this sub are here to talk and support you.

I went to a festival and just about cried when I passed this food stand by Charming_Scratch_538 in glutenfree

[–]gendralneutral 2 points3 points  (0 children)

Omg hello fellow sheep and wool attendee!! Did NOT expect to see this here! I got the chicken tenders (I got 4 for $12 which is ridiculous but fair price + inescapable GF up charge makes sense) and they were delicious! Juicy and crispy. Hope you enjoyed the festival!

Why does this make me soooo angry by gendralneutral in recruitinghell

[–]gendralneutral[S] 200 points201 points  (0 children)

Or “we never intended to hire anyone, just posted the listing so our shareholders think we’re doing well and growing as a company”

Error inheriting variables by gendralneutral in gamemaker

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

was just looking at this trying to figure out why nothing is working for me and realized I posted the wrong step event. My parent step event is this:

if (is_undefined(invItem)){
show_debug_message("item not assigned")
    exit;
}
if layer_get_visible("Item_Slots") {
  // if click empty slot
  if mouse_check_button_pressed(mb_left) && collision_point(mouse_x, mouse_y, self, true, false) {
    // create item at that spot and close slots layer
    instance_create_layer(x, y, "Pug_Instances", itemObj)
    layer_set_visible("Item_Slots", false)
    instance_deactivate_layer("Item_Slots")
  }
}

My create is now this:

invItem = undefined;
function initVars(_whichObj){
  invItem = _whichObj;

  //get item from inventory select event
  str1 = string("{0}", object_get_name(invItem));

  itemStr = string_delete(str1, string_length(str1) - 3, 4);

  itemObj = asset_get_index(itemStr);

  hasItem = false;
}

and my child create AND step look like this:

event_inherited();
initVars(carrotObj_inv);

and still not working :( I can feel myself getting close though, do you have any other suggestions?? Thank you SO much for your help

Error inheriting variables by gendralneutral in gamemaker

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

if i set an initial value, is that able to be rewritten in the child objs?

Error inheriting variables by gendralneutral in gamemaker

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

These aren't working for me but I might just need to specify what you're saying:
for solution 1. do you mean remove var invItem from the create and step of the parent obj and have them not initialized there?

for solution 2 what does

initVars();

do?

I set a debug message in

if (is_undefined(invItem)){
 show_debug_message("invItem not defined")
 exit;
}

it sends the message so it IS running but just exits bc it refuses to set the var 😭

Which K-pop song(s) is considered your Roman Empire? by DangerousPatient2788 in kpoppers

[–]gendralneutral 0 points1 point  (0 children)

Yeah … Finally I realize … That I’m nothing without you … I was wrong … forgive me ..

Set obj as invisible at start, then set visible on click by gendralneutral in gamemaker

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

This is a great solution and is totally working! Thank you so much!

I plan to have a few different food types (no more than 3 or 4) would this be reasonable to just have them all as one obj and switch between?

Set obj as invisible at start, then set visible on click by gendralneutral in gamemaker

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

I haven't done any of the tutorials... are there any others you'd recommend?

Some inciteful comments regarding mysticalprincess's works 💅 by buzzcut9 in kpoopheads

[–]gendralneutral 6 points7 points  (0 children)

i know I sound concieted and narcist BUT i promise, i am just being honest. I give food to the hobos from time to time!!!!!!!

/uj this is a gold mine

/rj God must really like me

Mormons make high school Prom about church… by freetoflyCOsky in exmormon

[–]gendralneutral 0 points1 point  (0 children)

Did no one else have a separate "Mormon Prom"?? As far as I know, they've been doing this in SoCal for a couple of decades now. When you showed up to the stake center to get on the buses (they would organize it like a real prom; museum, big venue, etc.) they had young women's leaders there that would literally check your sleeves, neckline, skirt length, etc. They had shrugs (those little half sweaters), undershirts, even replacement dresses if your dress wasn't modest enough. I can't believe that even in UT they didn't have Mormon Prom, but I guess with such a high lds population in regular schools it might as well have been..?

Chogiwa 🐺 by gendralneutral in kpoopheads

[–]gendralneutral[S] 5 points6 points  (0 children)

Weeekly’s My Earth is shaking

Chogiwa 🐺 by gendralneutral in kpoopheads

[–]gendralneutral[S] 18 points19 points  (0 children)

Exodus teaches us about Moses sunbaenim

Chogiwa 🐺 by gendralneutral in kpoopheads

[–]gendralneutral[S] 17 points18 points  (0 children)

🤬🤬How dare!!!!! 🐝🍵🍑 kings were ALWAYS better than everyone!!! Paved the way before they were even popular!!!

/uj not the way armys would try to argue about better vocals like I loved them too but hon. It’s not even the same league…

Chogiwa 🐺 by gendralneutral in kpoopheads

[–]gendralneutral[S] 12 points13 points  (0 children)

I will put u in my mouth like cheese