This is my first time using Godot, I just want to know how to play a second video after the first video ends. Got problem with Coding
How to play a second cutscene after the first
tamirroz12 why did you create another post? how about you finish the question on the previous post you created.. its the same question..
The error tells you whats wrong...
YOu pasted in the code from somewhere and think it will work.. the AI does not create proper indentations.. hence why i have python... gdscript inherited this garbage from python thus your code does not compile..
You need to add proper indentations using the TAB key on keyboard.. delete mt spaces in all of your lines and press tab..
Please continue this topic in one post so that people searching on google with the same problem will lead to a single post that will hopefully contain the answer..
F*ck, I can't do it
I need someone to do this for me
tamirroz12 well, if you got money, your problems could be someone's else problems
btw i found out an easy step you could do when you paste some foreign code and it throws you that error.
Ok, after that is done?
Am I doing something wrong?
tamirroz12 did you click on the error? also @onready
should be below extends Node
Maybe the error in the differnt script file..
tamirroz12 did you click on the error? and why you have 2x ready() functions?
- Edited
kuligs2 Because I don't understand how coding works
tamirroz12 then what are you doing? do you even want to understand? to me it seems like you dont.
kuligs2 my brain doesn't want to function with that kind of information
tamirroz12 maybe you dont need to use godot then? back to drawing board maybe?
kuligs2 There must be a way without using GDscript
kuligs2 Let's try again
kuligs2 Should I attach the script to the parent node? Like you said
kuligs2 Please
- Edited
tamirroz12 This is my first time using Godot
You need to learn coding. Since you're using Godot 4.2, start here:
https://docs.godotengine.org/en/4.2/getting_started/introduction/