Trying to make a helicopter say a message to the player if it's currently locked. In the condition field I have:
Chopper lock true
in the initialization I have
hint "You must ambush an enemy convoy near Bastam to unlock this helicopter.";
Though I still get "Type Nothing, expected Bool" as an error. Anyone know why? I already have a trigger to unlock the chopper once the ambush is complete, and it works fine. Thanks!