TheRanger
TheRanger
CC#
Created by ElectricTortoise on 1/20/2025 in #help
✅ how do i read a global variable
cool
80 replies
CC#
Created by ElectricTortoise on 1/20/2025 in #help
✅ how do i read a global variable
yes, also you wont need to pass it as an argument to a method since you can access the field directly
80 replies
CC#
Created by ElectricTortoise on 1/20/2025 in #help
✅ how do i read a global variable
you defined rookLookup only in the constructor, which means it only exists in that constructor, you need to define it as a field
80 replies
CC#
Created by black monkey9 on 1/20/2025 in #help
✅ Please help teach me C sharp
You can try learning through the links below $helloworld and if ur stuck at trying to understand something, feel free to ask here
7 replies
CC#
Created by Kushiwushi on 1/16/2025 in #help
Cannot apply indexing with [] to an expression of type 'int'
what ur doing is iterating through each number of the array
20 replies
CC#
Created by Kushiwushi on 1/16/2025 in #help
Cannot apply indexing with [] to an expression of type 'int'
time is already an array tho
20 replies
CC#
Created by Kushiwushi on 1/16/2025 in #help
Cannot apply indexing with [] to an expression of type 'int'
what does {} represent in that context?
20 replies
CC#
Created by Kushiwushi on 1/16/2025 in #help
Cannot apply indexing with [] to an expression of type 'int'
yes is an integer, u cant access it like its an array
20 replies
CC#
Created by Kushiwushi on 1/16/2025 in #help
Cannot apply indexing with [] to an expression of type 'int'
u mean line 8?
20 replies
CC#
Created by Cykotech on 12/7/2024 in #help
Iterate through Enums
i dont think increment would work with that enum
22 replies
CC#
Created by Cykotech on 12/7/2024 in #help
Iterate through Enums
what if enum is like this
public enum Foo
{
a = 1
b = 16
c = 128
}
public enum Foo
{
a = 1
b = 16
c = 128
}
22 replies
CC#
Created by Manu on 11/8/2024 in #help
Pokemon Game SRP
or if u want to apply SRP you could put it in a class called DamageCalculator
23 replies
CC#
Created by Manu on 11/8/2024 in #help
Pokemon Game SRP
yes it should be only a single method, you can call it TakeDamage or something that has a parameter of Pokemon
23 replies
CC#
Created by Manu on 11/8/2024 in #help
Pokemon Game SRP
atleast make Estado an enum, this way you can have named integers
23 replies
CC#
Created by Manu on 11/8/2024 in #help
Pokemon Game SRP
23 replies
CC#
Created by Manu on 11/8/2024 in #help
Pokemon Game SRP
yeah there are formulas online on how to calculate a pokemon taking damage
23 replies
CC#
Created by Manu on 11/8/2024 in #help
Pokemon Game SRP
What did you try so far, can you show some code?
23 replies
CC#
Created by shinystar on 11/4/2024 in #help
✅ Looking for a developer
$rule6
4 replies
CC#
Created by blunt on 10/29/2024 in #help
✅ variable wont change
$debug
40 replies
CC#
Created by blunt on 10/29/2024 in #help
✅ variable wont change
what is, vars.betting?
40 replies