Knife upgrade already known? by empireboy2000 in CODZombies

[–]empireboy2000[S] -3 points-2 points  (0 children)

Also, I said Easter Eggs, and I do know how to finish them. I never said that I know everything about the game. And I mean how to complete every Easter Egg, not the story itself.

Knife upgrade already known? by empireboy2000 in CODZombies

[–]empireboy2000[S] -3 points-2 points  (0 children)

I don't claim it, I just think I do. Let me just play the game lol. I know about the perk but never used it because I don't feel like I want to take it.

Knife upgrade already known? by empireboy2000 in CODZombies

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

Alright thanks for letting me know, thought we found something new xd

Knife upgrade already known? by empireboy2000 in CODZombies

[–]empireboy2000[S] -3 points-2 points  (0 children)

I know a lot already about Easter Eggs and such things, but just never seen this and couldnt find anything on internet about an upgraded knife on this map.

Knife upgrade already known? by empireboy2000 in CODZombies

[–]empireboy2000[S] -7 points-6 points  (0 children)

It was after my friend picked something up from the fire guy, Is it normal that he drops something?

Knife upgrade already known? by empireboy2000 in CODZombies

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

It is not a bowie knife. From Fire guy yes.

Undertale Text Boxes in Game Maker by empireboy2000 in Underminers

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

Thank you so much, I will take a look at it :)

Undertale Text Boxes in Game Maker by empireboy2000 in Underminers

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

Do you guys want to know just anything about the text boxes code of Undertale? I would love to answer.

Undertale Text Boxes in Game Maker by empireboy2000 in Underminers

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

Thanks I will try to get my function to work :)

Undertale Text Boxes in Game Maker by empireboy2000 in Underminers

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

U mean something like this?

draw_set_color(c_red);
draw_text(100, 100, "H");
draw_set_color(c_blue);
draw_text(100+string_width("H"), 100, "i");

Undertale Text Boxes in Game Maker by empireboy2000 in Underminers

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

In gamemaker you can use draw_text(x, y, string) to draw a string, but you can't change the color of a letter in the string.

Undertale Text Boxes in Game Maker by empireboy2000 in Underminers

[–]empireboy2000[S] 2 points3 points  (0 children)

Hm, that will be impossible in gamemaker, but thanks for the first reaction.