06-23-2010, 03:30 AM
If you attempted to use the system without the SDK (Standard Development kit) system that comes in the demo, you will get an error. This is what we call an SDK Dependent script (or just SDK script). Removing the code within the script itself that performs the SDK check does nothing but to put the script into a bad mood.
Before you ask:
SDK - The premise was to create a tool, master script, that would be used to allow scripts to be more compatible with one another. There are a series of 'coding standard' one must follow when creating a script to be considered SDK, not just the use of the code itself. Having standards is a good thing.
Before you ask:
SDK - The premise was to create a tool, master script, that would be used to allow scripts to be more compatible with one another. There are a series of 'coding standard' one must follow when creating a script to be considered SDK, not just the use of the code itself. Having standards is a good thing.