- Sep 11, 2019
- 126
- 58
How to fix the Logical operator error?
Actor:incest > Random(75, 89)
I set incest 100, there is no chance it is not true, but it happened.
I tried changing the left side to 100 instead of Actor:incest or the right side to 99 instead of Random(75, 89) and they worked.
But this line Actor:incest > Random(75, 89) did not.
I assume this happened in other scenario too, but I only found here for now.
Actor:incest > Random(75, 89)
I set incest 100, there is no chance it is not true, but it happened.
I tried changing the left side to 100 instead of Actor:incest or the right side to 99 instead of Random(75, 89) and they worked.
But this line Actor:incest > Random(75, 89) did not.
I assume this happened in other scenario too, but I only found here for now.
Last edited: