You are trying to compare the result of a function to a number. This means you need to actually call the function first
if(Ignition_Monitor() == 1)
You are trying to compare the result of a function to a number. This means you need to actually call the function first
if(Ignition_Monitor() == 1)