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.
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!
The animation is at the same speed as the other one, same amount of frames. I just think it doesnât look right and I donât know why. It kinda looks like the character isnât moving enough, whereas the side to side animations seem really expressive. I just realised that isnât a very good example of the animation. Here you can see what I mean
Excuse the terribly looped gif, it makes the walk cycle half loop
I know I did not make the extension yet and I will make it later but if someone also wants you can ask me what extension you were wanting for a while and reply to me if you would like so I could possibly make the extension you possibly want too. I will also be finishing the collisions extensions in about 2-4 weeks because I still need time to make it, but otherwise I will promise I will make the extensions you want as well.
Fun Fact: Iâm currently submitted a username change, tell me if you like it or not. I can change it back whenever you need me to. This username should help to remember me easier.
No one wants to get a job. They can be stressful. Sometimes when my [legal guardian] needs help at âpotatoe landâ because people get sick a lot and canât work, me and @British_Dog have to come and work at his little food stand and its terrible.
ok! I will try to keep update with all of these and try participating in more of these group events and interacting with the community more. but I kind of do wish after coder king 5 there could be 6th one or a reboot even but all of this does sound really cool!