Question:
How can I pass additional parameters for opening a screen via scripts?
Solution:
To do so, you can use Parameter field in Open Screen pick. 

In OnPreShow event of the screen to be opened, use Arg statement to check the parameters that have been passed. 
Example: 
MsgBox Arg
