Quick Face BorderVersion 1.5
by Woratana
Release Date: 23/02/2008
Introduction This script will add the border on Face,
The border will create from window skin you choose
FeaturesVersion 1.5- Edited Window_Message Bug
- You can use custom image for border
Version 1.0- Add border on face
- Choose window skin you want for face's border
- Choose the window you want to use face border
ScreenshotTake a look in spoiler!
Version 1.5
Custom image border!

The border image I use in screenshot~
ScriptPlace it above main.
Version 1.5
facbor15.txt ( 3.04K )
Number of downloads: 502Version 1.0
facebor10.txt ( 2.04K )
Number of downloads: 74InstructionSetup script here:
CODE
#------------------------------
# START SETUP SCRIPT
#---------------------------
BORDER_MODE = 0 # Choose Border Mode (0: Use Windowskin, 1:Use Image)
BORDER_SKIN = "Window" # Name of Window Skin for Border (Mode 0)
BORDER_IMAGE = "borderpic" # Custom Image for Border (Mode 1)
# Custom image must be in folder "Graphics/Pictures" and size 96 x 96 pixel
BORDER_OPACITY = 255 # Face Border's Opacity (0 - 255)
# (true/false)
USE_BORDER_IN_MENU = true
USE_BORDER_IN_MESSAGE = true
USE_BORDER_IN_STATUS_WINDOW = true
USE_BORDER_IN_NAME_WINDOW = true
#------------------------------
# END SETUP SCRIPT
#---------------------------
Author's NotesFree for use in your non-commercial work if credit included. If your project is commercial, please contact me.
Please do not redistribute this script without permission. If you want to post it on any forum, please link to this topic.