#ah great just lmk then

1 messages · Page 1 of 1 (latest)

lime inlet
#

Ok im ready

next tusk
#

alrighty then

lime inlet
#

So how new are you to coding?

next tusk
#

should we be in some call to help make things more clear or do you prefer this?

next tusk
lime inlet
#

ok lets call

next tusk
#

gotchya

hearty bone
#

it's a bit offtopic but this video is basically made for you @next tusk https://www.youtube.com/watch?v=yQZKXdwyh-Q

We made a free and open-source app to learn and practice code from zero: https://github.com/GDQuest/learn-gdscript/


📚 THE LINKS

Our Godot courses: https://gdquest.mavenseed.com/

👥 CREDITS

Video edited by Nesi: https://www.youtube.com/c/NesiAwesomeness
Godette design CC-By 4.0 Juan Linietsky and contributors

💌 JOIN US

Come chat on...

â–¶ Play video
#

you wanted to get to the point right away so you jumped way ahead of yourself and got stuck on something that's covered within first 10 minutes of any decent C# tutorial

hearty bone
#

if you don't rush into making what you want, and learn basics instead, you'll save yourself a lot of time and effort. the video explains what would need to be done to allow learning from the middle, but unity doesn't really have it

next tusk
#

sorry

#

rushing is required and there is no other path to lead to this

#

i must know more and make as i wish and plow through this

#

and so far

#

so good

#

:)

hearty bone
#

why are you doing finals with no basic understanding of unity/C# though

next tusk
#

because the prof didnt teach enough

#

and i chose to overshoot this

hearty bone
#

it's literally just 1 day of learning

next tusk
#

welp maybe it was hard to understand whole thing

#

and that this is not my thing at all

hearty bone
#

maybe the issue is something you didn't write down? otherwise what you're saying is something similar to being unable to do elementary schooler math

next tusk
#

well at least i got help and figured it out

#

omle is very cool

#

and im currently figuring out enemy ai

#

running into errors but we pushing through

#

in fact

#

to make you happy

hearty bone
#

it's a 1-day game jam kind of project so you should be fine with his help

next tusk
#

i dont think this error i keep running into is equivalent to a uhh... elemntary math problem lol

hearty bone
#

which one?

next tusk
#

this kind of error working with pathing for ai

hearty bone
#

yeah that's elementary problem

next tusk
#

yeah welp i thought i solved it

#

and it aint working

#

looked it up and did what i had to do to fix

#

and it wont work so idk

hearty bone
#

index you're requesting is either greater or smaller than your array/list

#

in case of pathing it's probably something like telling it to go to position 5, but you only have 4

#

if you're using for loop then remember that index starts at 0 while .length and .count start at 1

next tusk
#

ehhh? but i thought i adjusted this accordingly...

#

there should be 11 but idk whyyyy

#

its happening