Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Block
Posts
Comments
C
C#
•
Created by Block on 9/29/2023 in
#help
❔ Trying to figure out how to write a simple script
i feel dumb, but thank you for the help!
21 replies
C
C#
•
Created by Block on 9/29/2023 in
#help
❔ Trying to figure out how to write a simple script
i fixed it and got it working lol
21 replies
C
C#
•
Created by Block on 9/29/2023 in
#help
❔ Trying to figure out how to write a simple script
ok i figured out what i was doing wrong LMAO
21 replies
C
C#
•
Created by Block on 9/29/2023 in
#help
❔ Trying to figure out how to write a simple script
and the parameter is set to 3
21 replies
C
C#
•
Created by Block on 9/29/2023 in
#help
❔ Trying to figure out how to write a simple script
I have it written like this, i just want the second number to start at 1 and not 3, thats mostly what im struggling with
21 replies
C
C#
•
Created by Block on 9/29/2023 in
#help
❔ Trying to figure out how to write a simple script
void DisplayMultiplicationTable(int num) { int i = 0; for(i = num; i <= 12; i++) { int sum = i * num; Debug.Log(num+ "x" + i + " = " + sum);
} }
21 replies
C
C#
•
Created by Block on 9/29/2023 in
#help
❔ Trying to figure out how to write a simple script
lol ik how to write the method and the parameter. Im just having trouble getting the for loop to work properly.
21 replies
C
C#
•
Created by Block on 9/29/2023 in
#help
❔ Trying to figure out how to write a simple script
i understand that, i was just wondering how the script would be written
21 replies