;*** How making a QuiK addon *** ; ; Come back to the QuiK Downloads Page and right-click on "learn it!". ; Then, click on "Save target as..." and save the file in the QuiK addons folder. [e.g. c:\quikscript\addons\] ; Open the file (it's the same you're reading!) and follow the instructions below... ; ; remove the ";" of the 6 next lines. ; ; #addon_name off ; [addon] ; name=the name of the addon ; author=your name... ; version=the addon version ; e-mail=your e-mail ; url=your url ; #addon_name end ; insert your addon code below: ; END OF QUIK ADDON.