I hope I am missing something obvious here: a script with a
TEXT2 0, 0, "<CLIENT>"
will display the content of the Project Info field "Client".
Is there any REQUEST or something I can use to get the Project Info to trigger an IF-THEN?
[For a project with Pinoccio as a client, neither
IF <CLIENT> = "Pinoccio" THEN
nor
IF "<CLIENT>"= "Pinoccio" THEN
will work for the pretty obvious reasons, but I checked just in case.]