The client's action (Dummy_Act) runs on the server, not the client. Therefore the value of variable "connection" is based on how the server was started (-sv -cl = 3) not how the clients engine was started (-cl = 2). If you were to change Dummy_Local_Act to open a file based on connection, then you would find a file named 2 on the client itself.
Last edited by giorgi3; 10/06/07 02:45.