>Also a way to make the text scripts stop after a desegnated amount of time?
if u take the exaple above
...
titleText [format ["%1",name op1],"PLAIN DOWN"]
...
... and u want to limit the time the text is shown to 3 seconds try ...
titleText [format ["%1",name op1],"PLAIN DOWN", 3]
sometimes the "timeing" of OFP is ....
if u need exact timeing go for
titleText [format ["%1",name op1],"PLAIN DOWN"]
~3
titleText [format [" ","PLAIN DOWN"]
~3 == wait 3 seconds