Owltávio
Owltávio
CC#
Created by Owltávio on 6/4/2024 in #help
How to make a bet system in a Turtle race?
Okay, thanks.
9 replies
CC#
Created by Owltávio on 6/4/2024 in #help
How to make a bet system in a Turtle race?
how could I do that?
9 replies
CC#
Created by Owltávio on 6/4/2024 in #help
How to make a bet system in a Turtle race?
9 replies
CC#
Created by Owltávio on 6/1/2024 in #help
Trying to create objects using a loop, but don't know what i'm doing wrong?
Thanks, it worked.
7 replies
CC#
Created by Owltávio on 6/1/2024 in #help
Trying to create objects using a loop, but don't know what i'm doing wrong?
oh okay
7 replies
CC#
Created by Owltávio on 6/1/2024 in #help
Trying to create objects using a loop, but don't know what i'm doing wrong?
7 replies
CC#
Created by Owltávio on 4/26/2024 in #help
✅ Could anyone explain to me why, on the second time, the code is skipping the thread "animation"?
Okay, thanks for the help
13 replies
CC#
Created by Owltávio on 4/26/2024 in #help
✅ Could anyone explain to me why, on the second time, the code is skipping the thread "animation"?
How do I stop the thread?
13 replies
CC#
Created by Owltávio on 4/26/2024 in #help
✅ Could anyone explain to me why, on the second time, the code is skipping the thread "animation"?
Oh, no
13 replies
CC#
Created by Owltávio on 4/26/2024 in #help
✅ Could anyone explain to me why, on the second time, the code is skipping the thread "animation"?
public void Reset(){
position = 0;
rest = 0;
tired = false;
won = false;
}
public void Reset(){
position = 0;
rest = 0;
tired = false;
won = false;
}
13 replies
CC#
Created by Owltávio on 4/26/2024 in #help
✅ Could anyone explain to me why, on the second time, the code is skipping the thread "animation"?
13 replies
CC#
Created by Owltávio on 4/22/2024 in #help
Trying to simulate a turtle race and getting my ass kicked...
Okay thanks.
12 replies
CC#
Created by Owltávio on 4/22/2024 in #help
Trying to simulate a turtle race and getting my ass kicked...
Oh, thanks. I didn't knew that.
12 replies
CC#
Created by Owltávio on 4/22/2024 in #help
Trying to simulate a turtle race and getting my ass kicked...
Mostly the Run() part, every time I try develop it either not works or it becomes really slow. Also, I don't know if what I'm doing is the correct way or not, so I ge very lost...
12 replies
CC#
Created by Owltávio on 4/22/2024 in #help
Trying to simulate a turtle race and getting my ass kicked...
Here is what I coded so far: https://paste.mod.gg/ttfecjjwrdvn/0
12 replies
CC#
Created by Owltávio on 4/21/2024 in #help
Could anyone tell me what i'm doing wrong here?
Yeah, that was the problem, thanks for the help.
18 replies
CC#
Created by Owltávio on 4/21/2024 in #help
Could anyone tell me what i'm doing wrong here?
Thanks for explaning.
18 replies
CC#
Created by Owltávio on 4/21/2024 in #help
Could anyone tell me what i'm doing wrong here?
Oh, i get it now
18 replies
CC#
Created by Owltávio on 4/21/2024 in #help
Could anyone tell me what i'm doing wrong here?
Oh okay, so I can't use the result result in the switch case.
18 replies
CC#
Created by Owltávio on 4/21/2024 in #help
Could anyone tell me what i'm doing wrong here?
Oh sorry. Well, the assigment is to bassically make a 5 player turtle race, i'm trying simulate the turtle reducing and increasing their speed with a Random number generator and switch case, but I keep getting a error message saying "A switch expression of type `System.Random' cannot be converted to an integral type, bool, char, string, enum or nullable type.", so I wanted to know what I'm doing wrong there.
18 replies