home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / EDG-CT1.DMS / in.adf / CT.run / Scripts2 / 2 / Bronze < prev    next >
Encoding:
Text File  |  1995-10-09  |  385 b   |  24 lines

  1. /*
  2.                         Control Tower Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1995 Merlin's Software
  5. Lines=5
  6. 01=Bronze
  7. 02= 
  8. 03=This script will take the current
  9. 04=image in TPaint and add a Bronze
  10. 05=type filter to the Image.
  11. */
  12.  
  13. options results
  14.  
  15. arg Num TotalNum
  16. Address "DigiPaint"
  17.  
  18.     '8rgb' 128 64 0
  19.     'Pmco'
  20.     'Mane'
  21.     'Whsc'
  22.  
  23. exit
  24.