If WERT <= "40" // Wert ist hier ja jetzt 0,54
Then Gegner = Hexe
Else If WERT > "40" AND WERT < "65"
Then Gegner = Wolf
Else If WERT > "65" AND WERT < "70"
Und was machst du bei genau 65? ;)
If WERT <= "40" // Wert ist hier ja jetzt 0,54
Then Gegner = Hexe
Else If WERT > "40" AND WERT < "65"
Then Gegner = Wolf
Else If WERT > "65" AND WERT < "70"
Und was machst du bei genau 65? ;)