Scripts can be included in the technology file. These scripts will appear as buttons in the User Menu, as with other scripts, however scripts defined in the technology file can not be loaded into the debugger. This feature is useful for including simple technology-specific commands, such as those that create special extraction layers or physical features.
A script is included In the technology file as follows. The Script keyword is followed by the name which will appear in the command button. This will supersede any script file with the same name. The lines of the script follow, and the script text must be terminated with the keyword EndScript on a separate line.
Script script_name
script text
...
EndScript