Correct. But you have to remove "[string]".
Example:
code:
function OnEvent_ContactSignin(Email) {
Debug.trace("The contact " + Email + " has signed in");
}
The above would put the text in the debug window for every contact that signs in when the script is enabled.