Since im a dutch guy, i dont understand the script documentation, or tutorials made by others (yeah i saw the new thread).
Is someone willing to make a tutorial, with good explenations, and especialy EXAMPLES?
code:
OnEvent_ContactSignin(
[string] Email
);
i dont get it.
do you have to fill an email adres in the code like this:
code:
OnEvent_ContactSignin(
justastupidname@hotmail.com Email
);
or whatever?
this is an example of something i dont understand. please, is anyone willing to make a tutorial of simple and fun scripts?
hope this isnt to much to ask... but well, im a dumpass in JScript.
oh by the way, if you show the example, please show the original found in the documentation either. like this:
code:
OnEvent_ContactSignin(
[string] Email
);
//this is the example (the lower one), no i dont know if this is right but i want to show you how i mean things... anyway
OnEvent_ContactSignin(
irealyneedhelprightnow@JScript.com Email
);
PS: i dont get the whole boaleen (true false etc) thingie either, so if you can show an example wich has true and false in it, and can explain why and how,... i realy appreciate your help. (if i get help
)