home *** CD-ROM | disk | FTP | other *** search
- defineps DisplayBattleFrame(float width, height; float lines[5]; int red,green,blue)
-
- 0.0 setgray
- 0 0 width height rectfill
-
- 1.0 setgray
-
- /count 0 def
-
- 5
- { newpath
- 0 lines count get moveto
- width 0 rlineto
- stroke
- /count count 1 add def
- } repeat
-
- endps