# Example of an If Statement structure if (ConditionIsTrue) { # Do the spawn } else { # Do something else, like spawn vehicles for a race instead }