Chatting Area! Have fun!

I got the flu really badly, so I am not on the forums much right now :sob:

5 Likes

Jamiroquai fun fact of the day: Every album has a track with background vocals. Emergency on Planet Earth had Revolution 1993, Return of the Space Cowboy had Stillness in Time and Mr Moon, Travelling Without Moving had Cosmic Girl, Didjital Vibrations and Virtual Insanity, and most of A Funk Odyssey and Dynamite have background vocals by a female singer.

2 Likes

I still log in from time to time.

11 Likes

I’m being honest what are the heebie jeebies I’ma search it up rq
definition heeĀ·bie-jeeĀ·bies

/ˌhēbÄ“Ėˆjēbēz/

noun

informal

  1. a state of nervous fear or anxiety.
2 Likes

Don’t ping people without a direct purpose. I think there’s a poll to show who like to be pinged and don’t like to be pinged somewhere. Chatting Area! Have fun! - #3503 by BotWarrior

3 Likes

Bruh this makes no sense at all

1 Like

his excellence has returned

3 Likes

welcome bacvk

2 Likes

i use pixilart but the mods wont let me send the link

2 Likes

How bro​:sob::sob::sob::sob:


Score 0​:sob::sob:

2 Likes

So… I hate walk cycles. I have managed to get it working for right and left, but up and down is eluding me.
converted
It just looks wrong… Anyone know how to make it look good?

7 Likes

Boy I could make a whole rant about my google solitaire addiction

2 Likes

In case I need to tell everyone, I don’t do the Jamiroquai fun fact on non-school days. Don’t worry, I mainly just wanna hibernate and recuperate from the school week.

2 Likes

Downwards walk:

  • Looks good
  • Looks meh
  • Looks bad
0 voters

Sideways walk

  • Looks good
  • Looks meh
  • Looks bad
0 voters
5 Likes

bro my dad is addicted to balatro and plays solitaire on the TV with a remote

2 Likes

The walk cycles I made for Battle Zenith are horrible.
This is much better… Maybe not the down one.

7 Likes

I just saw something interesting in the story-telling extension and surprised me it and it was surprising choice5 was not push was it they suppose be 4 arguments or suppose to be 5 argruments it was just a bit interesting that choice5 is a argrument but barely does anything. And they forgot to make if the choice is choice 5 then push it I do not know if my web editor has glitches but does anyone have any tips what could possibly gone wrong, you are fine to not necessary need to reply it I just think this is just a extension glitch or error someone forgot to edited, sorry about it though. But here is the code

function showPlayerChoices(choice1: string, choice2: string, choice3?: string, choice4?: string, choice5?: string) {
        const choices = [choice1];
        if (choice2) choices.push(choice2);
        if (choice3) choices.push(choice3);
        if (choice4) choices.push(choice4);

        _currentCutscene().showMenu(choices);
    }

I just think it is interesting they did not add an element to choice5 to the end of the array. By the way I do think this is what they were trying to do in the beginning here is the code if you like to be interested to look at it,

function showPlayerChoices(choice1: string, choice2: string, choice3?: string, choice4?: string, choice5?: string) {
        const choices = [choice1];
        if (choice2) choices.push(choice2);
        if (choice3) choices.push(choice3);
        if (choice4) choices.push(choice4);
        if (choice5) choices.push(choice5)

        _currentCutscene().showMenu(choices);
    }

Sorry about the choices bug I saw in the extension though.

1 Like

File an issue in the GitHub repo.

3 Likes

I can give a summary but it will be quite biased to what i’ve been tuned into! :laughing:

Hopefully this isn’t too much, we missed you on the forums!! :laughing:

18 Likes

IMO The first step is to make the walk faster, the animation is playing slower than the player is walking so it looks like they’re sliding along the ground- the animation itself looks fine to me!

2 Likes