Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- setMode("selall", "mm", "no");
- openNumbers();
- reset();
- oType = [{"Inset Tag","Tagged V","Full Metal"}];
- promptStart();
- sType = promptOption("Tag Type",oType,"Select Tag Type");
- promptEnd();
- oDef = [{"0.1","0.15","0.2","0.25","0.3","0.35","0.4","0.45","0.5","0.55","0.6","0.65","0.7","0.75","0.8","0.85","0.9","0.95","1.0"}];
- promptStart();
- sVar = promptOption("Thickness",oDef,"Select Thickness");
- promptEnd();
- if (sVar == "0.1" && sType.equals(Inset Tag)) {
- addDPFLayer(C:\\Ucamco\\Jobs\\TAGS\\InsetTags\\IN010.dpf", 4);
- }
- if (sVar == "0.15") {
- addDPFLayer("C:\\Ucamco\\JOBS\\TAGS\\InsetTags\\IN020.dpf", 4);
- }
- if (sVar == "0.2") {
- addDPFLayer("C:\\Ucamco\\JOBS\\TAGS\\InsetTags\\IN020.dpf", 4);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement