merlo17
merlo17
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
No description
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
So my question is, how do I prevent multiple instances
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
_eventHandler.activeEnemy is trying to pull from the first, while activeEnemy is being set in the second
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
So the issue is that I have two instances of my EventHandler script
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
await Task.Delay stops it from getting to that early.
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
one of the two and I don't know which, it's all in the same script now
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
Either activeEnemy = SelectRandomEnemy(); is not setting Public EnemyAircraft? activeEnemy correctly or if (activeEnemy == null) is not properly reading Public EnemyAircraft? activeEnemy
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
okay, so putting them in the same script and getting rid of _eventHandler did nothing to help
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
activeEnemy gets set by the task StartRandomEncounters() in my EventHandler script Then in the other script, I have if (_eventHandler.activeEnemy == null) as a stopping point so that the program doesn't shit itself if someone tries to do something while it is null, but it's when it isn't null, it still says that it is
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
activeEnemy isn't null though
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
The script I'm having trying to read the value is essentially only going to read from that script I'm currently trying to get it to read from
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
Should I just do the cheap thing of merging the two scripts?
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
Ok, so A. How do I do either of those? I've read over the code so many times and never found anything to tell me, hey this isn't going to read this. B. It can read a fixed value such as a ulong, but not a nullable value that changes
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
np, I was just cooking
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
So somehow, the script that I have that if statement in, isn't properly reading that value
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
I know the value isn't null though, because in the same script that it's set, it has to run a process using that value, then wait a set time until it uses that same value again before clearing it
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
okay, how
26 replies
CC#
Created by merlo17 on 2/9/2025 in #help
Null reference exception
No description
7 replies
CC#
Created by merlo17 on 2/9/2025 in #help
Null reference exception
No description
7 replies
CC#
Created by merlo17 on 2/9/2025 in #help
Need help with a CS1061 Error that is making no sense
Will do. Thank you again
39 replies