GameCall Script Function call 5.1 OC any string function Name of the scenario script function. any ... Up to nine parameters which are passed to the scenario script function. Calls function in the scenario script. If the function is not defined in the scenario script, this call returns nil and does not cause an error. GameCall("InitializePlayer",0); Causes the scenario script to re-execute intialization for the first player. GameCallEx Call Günther2002-04